-
Bug
-
Resolution: Duplicate
-
Major
-
None
When a promotion step for a build is queued automatically via successful downstream project execution, the link shown in the "Build Executor Status" is not correct, and generates a server side error.
Here is an example of the URL it generates:
http://localhost:9090/job/Job1/promotion//Promote/2/
instead of the correct URL which would be:
http://localhost:9090/job/Job1/3/promotion/Promote/promotionBuilds/0/?
Notice it's missing the build # of the job which triggered the promotion, and it's missing the "promotionBuilds" portion of the URL.
- duplicates
-
JENKINS-6922 PROJECT_URL variable not correctly set when email is sent by Promoted Build Plugin
-
- Open
-
- is related to
-
JENKINS-7636 Executor xml api shows incorrect url for promoting build job
-
- Resolved
-
Duplicating