Arkatme
Explore posts from serversSet a cookie in GET and retrieve in POST
been tryinig to do this for a couple hours now.
Basically I want a way to return the user to the previous page upon successful login.
Currently I'm trying to set a cookie of "last_page" in GET and then reading it in POST when the user clicks Login.
4 replies
❔ Jenkins Pipeline with dotnet test
getting this error ^^ from my jenkins pipeline
dotnet test \"${workspace}\\Automated Tests\\Automated Tests.csproj\" -- TestRunParameters.Parameter(name=\"pathToExe\", value=\"${workspace}\\Builds\\output\\OMS.exe\")
is what im using.
Am I doing something obviously stupidly wrong?2 replies