Sometimes you might need a specific environment to test your build. In this case
using a slave to represent your required environments is almost a must.
In Jenkins, you can assign label to your server as an indicator of that specific environment. You can then ask Jenkins to run certain job on servers representing the environment.
Lets assume, you have a server with label "nodejs".
This is how you can bind certain job with this server
In Jenkins, you can assign label to your server as an indicator of that specific environment. You can then ask Jenkins to run certain job on servers representing the environment.
Lets assume, you have a server with label "nodejs".
This is how you can bind certain job with this server
No comments:
Post a Comment