Skip to content

Commit

Permalink
psh this should be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichbinjoe committed Mar 23, 2019
1 parent a2848e4 commit 16b093e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ pipeline {
RAW_UPLOAD_PATH = credentials('ibj-nexus-raw-path')
}

/*withCredentials([[$class: 'UsernamePasswordMultiBinding',
withCredentials([[$class: 'UsernamePasswordMultiBinding',
credentialsId: 'jenkins-ibj-io',
usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD']]) {
REPO_USERNAME = credentials('ibj-nexus-repo-username')
REPO_PASSWORD = credentials('ibj-nexus-repo-password')
}*/
}

stages {
stage('Build') {
Expand Down

0 comments on commit 16b093e

Please sign in to comment.