-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple labels cause failure in launching the agent #11
Comments
This is working for me on latest, same command and labels, with the multiple labels being reflected on the jenkins side. Is the plugin up-to-date in jenkins? Or perhaps it is updated, but your local container image is outdated? |
Experiencing the same issue with the image, using Swarm plugin 3.15 on the master.
|
If I take the command that the entry point scripts tells me it is going to run and run it myself on the shell, it works. Something funky is happening when you set |
Same issue here:
Anyway, it is a trivial fix |
Perhaps you forgot to quote the labels before using them? LABELS="foo bar" swarm-client.jar -labels "${LABELS}" |
It seems that the label flag is not working when it has space separated values like
The text was updated successfully, but these errors were encountered: