-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins on Windows Server 2008, browsing from Windows 7.
To reproduce:
1. Create a job ("A") that does nothing.
2. Create another job ("B") that does nothing.
3. In B's configure page, click "Add post-build action", then click "Trigger parameterized build on other projects".
4. In "Projects to build", type "A".
5. (My build used parameters, so if the above doesn't reproduce the issue, add some parameters to A and add "Predefined parameters" and type "X=Y" for each X=a parameter you added.)
6. Repeat steps 2 through 5 two more times, so A will invoke B three times.
7. Run A.
Expected Results:
A's console output should indicate that it started B three times, and each instance should be +1 from the previous.
Actual Results:
A's console output indicates that it started B three times, but each instance number is the same.
- is related to
-
JENKINS-23717 Add link to specific build ID in console output
-
- Resolved
-
[JENKINS-24257] Guessed downstream build # in console log can be wrong in Parameterized Trigger Plugin
Summary | Original: Build A triggers build B 3 times via Parameterized Trigger Plugin; all three have same # in console output (but are consecutive) | New: Build A triggers Guessed downstream build # in console log can be wrong in Parameterized Trigger Plugin |
Summary | Original: Build A triggers Guessed downstream build # in console log can be wrong in Parameterized Trigger Plugin | New: Guessed downstream build # in console log can be wrong in Parameterized Trigger Plugin |
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 157137 ] | New: JNJira + In-Review [ 179522 ] |