I have 5 pipeline jobs and three nodes, say A,B and C which are connected to master jenkins. my intention is by default all jobs should run on node A, and when i trigger these 5 jobs through a parametrized job by selecting node B or node C as parameter manually, then all 5 pipeline jobs should run on the selected node as parameter.
I used Nodelabel parameter plugin. I created job--->this project is parametrized-->Add parameter--->selected node---->selected node A as default---->selected node B and Node C as possible nodes---->in post build actions selected Trigger parametrized build on other projects--->added all 5 pipeline jobs in projects to build field---->selected Build on the same node but when i select parameter as node B and build, only upstream job builded on node B all downstream jobs builded on default node. In build history of downstream job it will show it is builded on node B but if i see console output it is actually building on default node A not on node B. Please suggest me solutions for this problem. Thanks, Dhanushree -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/362ceb7a-0d56-498d-b4c3-062e997891e2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
