I recently upgraded my Jenkins to version 1.614 and noticed issue with build with parameter url using post method which is loading blank and we have to reshape the url to view build status, whereas, we were able to see the build job by only triggering the remote build itself.
Here is what we are doing to trigger the remote build :
~<form name=myform id=myform method=post action=http://myjenkins-server:8080/jenkins/job/Repository_Access/buildWithParameters>
---- hidden value in form
<div><input type=submit id=getToken name=getToken value=Initiate></div>~
Above action is send via email with hidden value and then admin user clicks on "initiate" button to trigger the job. It was working earlier before upgrade but after upgrade we get the URL "http://myjenkins-server:9096/jenkins/job/Repository_Access/buildWithParameters" completely blank. To access the build we have to remove "buildWithParameters" keywrod from the url and then click on build id shown at left hand side.
I am not sure what exactly changed after the upgrade which has caused the issue. Any idea we have not changed anything in script or server.
- duplicates
-
JENKINS-22865 buildWithParameters doesn't redirect to the build page
- Reopened