-
Bug
-
Resolution: Done
-
Major
-
None
First stage is always showing master as the node where the stage was executed.
Reproducible with this script (and having a node tagged as my-tag):
def n = 'my-tag' stage 'Checkout' node(n) { echo 'checkout' } stage 'Build' node(n) { echo 'build' }
- is duplicated by
-
JENKINS-34570 Wrong node name in stage view
- Resolved
-
JENKINS-35585 Incorrect node name tag in Stage view
- Resolved
- links to