You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux RHEL8
Reproduction steps
Execute the following scripted pipeline into a pipeline job. You need to have the kubernetes plugin installed, but I guess that you will be able to simulate it by using simple nodes.
test:unit and build:release child stages should always show Skiped and the rest Success in ALL parent stages.
Actual Results
Sometimes, test:unit and build:release child stages shows as Success in some parent stages, though no execution is done inside them. Look at the following printscreens:
Build #3 -> test:unit and build:release shows Skipped in PkgA parent stage:
Build #4 -> test:unit and build:release shows Skipped in both PkgA and PkgB parent stages:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux RHEL8
Reproduction steps
Pipeline contents
Expected Results
test:unit
andbuild:release
child stages should always showSkiped
and the restSuccess
in ALL parent stages.Actual Results
Sometimes,
test:unit
andbuild:release
child stages shows asSuccess
in some parent stages, though no execution is done inside them. Look at the following printscreens:Build #3 ->
test:unit
andbuild:release
showsSkipped
inPkgA
parent stage:Build #4 ->
test:unit
andbuild:release
showsSkipped
in bothPkgA
andPkgB
parent stages:Anything else?
BlueOcean shows them correctly:
Build #3
Build #4
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: