-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 1.583
Build with parameters plugin 1.3
We want to trigger job with parameter via link from external web page.
If the user is logged in the link http://jenkins:9090/job/test/parambuild/?p1=A&p2=B works.
If the user is not logged in a "Error 404 Not Found" is shown.
Is it possible that requests to parambuild are redirected to login page ( e.g. http://jenkins:9090/login?from=%2Fjob%2Ftest%2Fparambuild%2F%3Fp1%3D1%26p2%3D2 ) if user is not logged in?
- is duplicated by
-
JENKINS-41411 Redirecting to Login Page, if not logged in already
-
- Closed
-
Code changed in jenkins
User: isugonyak
Path:
pom.xml
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java
http://jenkins-ci.org/commit/build-with-parameters-plugin/bb1a7ca9bfc9780b82c05f19b1bc14ba5614f09f
Log:
Fixed 404 error
JENKINS-25534