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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -