Skip to content

Commit

Permalink
cas
Browse files Browse the repository at this point in the history
  • Loading branch information
sshresthadh committed Jul 4, 2024
1 parent 8991d5b commit 22a4f26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pipeline {

tools {nodejs "node 14"}

environment {
DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials')
}
// environment {
// DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials')
// }

stages {
stage('Checkout') {
Expand Down

0 comments on commit 22a4f26

Please sign in to comment.