Great - glad I could help. Would be interested in your experiences of using the Docker plugin as I've had issues with it not sparking off more than one instance of a particular label at a time (e.g. if there's a build already running with a mylabel build a second build would just sit there and wait for the first one to complete). Interested to hear if this happens with you as well or if its just my setup at fault (as I've been unable to reliably diagnose the issue).
Richard. On Sun, 19 Jul 2015 at 21:43 Markus Fischer <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/jenkinsci-users/01ba4619-4b12-4b15-9aea-437464bea88e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAMui944wNYRutgqkRWLLwzgG%3DTD6y4s1ewDus%3DZ2a_sj8Z2nLQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
