Skip to content

Commit

Permalink
feat(jenkinsfile): 🎉 add a new jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Nov 21, 2023
1 parent d294826 commit c09a8df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Jenkinsfile-public-demo
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ pipeline {
stage('Install Node') {
steps {
container('ubuntu') {
sh 'npm install -g n bun'
sh 'npm install -g n'
sh 'npm install -g bun'
sh 'n latest'
sh 'apt-get install unzip -y'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docker/Jenkinsfile-public-dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ pipeline {
stage('Install Node') {
steps {
container('ubuntu') {
sh 'npm install -g n bun'
sh 'npm install -g n'
sh 'npm install -g bun'
sh 'n latest'
sh 'apt-get install unzip -y'
}
}
}
Expand Down

0 comments on commit c09a8df

Please sign in to comment.