...
You can refer to it from your script as follow
Code Block | ||
---|---|---|
| ||
withCredentials([string(credentialsId: 'sl.agent.token.dev.cs', variable: 'SL_TOKEN')]) { sh ''' echo -n "$SL_TOKEN" > sltoken.txt ''' } |
...
...
You can refer to it from your script as follow
Code Block | ||
---|---|---|
| ||
withCredentials([string(credentialsId: 'sl.agent.token.dev.cs', variable: 'SL_TOKEN')]) { sh ''' echo -n "$SL_TOKEN" > sltoken.txt ''' } |
...