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
Post a Comment