Guest User

Untitled

a guest
Nov 12th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. node('master') {
  2. stage('pass_the_salt'){
  3. SiteID = "bc1"
  4. creds = "alip-$SiteID-user"
  5. try{
  6. withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: $creds,
  7. usernameVariable: 'DBUSER', passwordVariable: 'DBPASS']]) {
  8. }
  9. }
Add Comment
Please, Sign In to add comment