Safe guard API token for Jenkins Plugins -


i using flowdock plugin in jenkins. need give api token. right hard coding flowdock api token follow:

publishers {    flowdock(flowdock_token) {       failure()       tags('tag1', 'tag2')     } }   

is there way avoid having hard coded token in code? suggestion?

the job dsl wiki has section handling credentials, mentions flowdock plugin in example.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -