Hi, I'm attempting to use the node and label plugin to execute a project that does some initialization on a slave node. I want this project to execute on each node that has a specific label. I've read the documentation for the node and label add-in and it seems like this is pretty easy to configure.
I have a projection called "Sync_Thirdparty", that has a parameter, called "TargetNodelLabel", which is a node label parameter. This configuration is shown below. Note that I have the "Run on all nodes matching label" option selected. I have a couple of slave nodes that are configured with the ci_build label. To test it out, I execute the project by clicking the "Build with Parameters" link on the project. This lets me specify my "ci_build" label and even shows both of the expected slave nodes when I click the "Show nodes" button (see second snapshot below). However, when I execute the project, it only executes on one of the nodes. I did some reading and found that this was identified as a bug (JENKINS-22185 <https://issues.jenkins-ci.org/browse/JENKINS-22185>), which was fixed. I have the latest version of this plug-in installed, but am seeing the buggy behavior. Am I misunderstanding how I should be configuring the plug-in for this project? Project Configuration: <https://lh3.googleusercontent.com/-qkDPvX3nEnA/WRm3PQjudII/AAAAAAAAM9c/I_3Khi7xTZEMJsGiz2OsRE7Myoctvli7wCLcB/s1600/ProjConfig.png> Project Execution: <https://lh3.googleusercontent.com/-1YzxD3VaDxQ/WRm5OYcH2EI/AAAAAAAAM9o/Sst7NdtcWb43xgEyANH4NdhgWit82oD8ACLcB/s1600/ExecuteBuild.png> -- 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/98d9197b-3ad5-4c66-9608-82451b6cf169%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
