Re: Job DSL: How to Use Credentials Store for authenticationToken

2017-08-25 Thread Matthias Fuchs
Thanks for the idea! In the meantime I also thought of a different idea: 1. having global properties for the auth token, e.g. Name: MY_TOKEN Value: 123 2. Access the token directly from the job dsl, e.g. authenticationToken(MY_TOKEN) Since the seed-job has access to the

Job DSL: How to Use Credentials Store for authenticationToken

2017-08-25 Thread Matthias Fuchs
Hi, I store the job specifications via job DSL on github. For one job I need an authentication token. The docu of authenticationToken mentions: "... For security reasons, do not use a hard-coded token. See Handling Credentials