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 36e8dff commit 8e33b05
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
tools {nodejs "Node v14.18.1"}

environment {
DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials') // This is the ID of the Docker Hub credentials in Jenkins
//DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials')
}

stages {
Expand All @@ -18,11 +18,7 @@ pipeline {
steps {
dir('all_in_docker/client') {
script {
if (isUnix()) {
sh 'npm install'
} else {
bat 'npm install'
}
}
}
}
Expand Down

0 comments on commit 8e33b05

Please sign in to comment.