Hello Richard, On Sunday, July 19, 2015 at 12:40:52 AM UTC+2, Richard Bywater wrote: > > You'll need to restrict the job to the label you gave in the Image > configuration section (mylabel in your case) > > I haven't used the "Docker Container" option but I think that is for when > you want to save the container for future use after the job run is complete. >
thank you so much, that's it! Within the General Jenkins configuraiton In the "Docker Template" configuration for the "Labels" it says in the help: "Labels (AKA tags) are used for grouping multiple slaves into one logical group..." In the specific job configuration, as part of the "Docker container" option it also has a "Additional tags to add" field, which I thought was supposed to be this field. But you're right, it's actually another field: "Restrict where this project can run" which also features an autocomplete, showing my label/tag. I guess my unfamiliarity with this functionality led to my confusion. This now works, thanks! - Markus -- 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/01ba4619-4b12-4b15-9aea-437464bea88e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
