jenkinsci / nomad-plugin

Nomad cloud plugin for Jenkins
https://plugins.jenkins.io/nomad/
MIT License
56 stars 41 forks source link

Problem adding ACL token #66

Closed SimonVleugels closed 4 years ago

SimonVleugels commented 4 years ago

I have jenkins deployed in a nomad cluster running with ACL enabled. For dynamic provisioning the jenkins slaves I'm required to add an ACL Token. In the cloud configuration I see that there is an option to add a token, but the drop-down menu is always empty. I can add a credential but what kind of credential should I use?

There is no documentation about using ACL.

jmartinspt commented 4 years ago

You should use a "Secret text" credential.

SimonVleugels commented 4 years ago

Thank you that was it.