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

Redirect to a HTTPS version using .htaccess -

Unlimited choices in BASH case statement -

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