I'm using a Jenkins script to update several jobs. I'm able to update the description, SCM credentials, and so on.
But I can't find how to :
Jenkins version: 1.609.3
Thanks in advance for any help.
Regards, Sébastien
If it can help someone else here is the answers.
a) item.assignedLabel = null
b) item.addProperty(new com.nirima.jenkins.plugins.docker.DockerJobProperty(false, "", false, true))
Regards