Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-J-wang committed Oct 5, 2023
1 parent 5e1e9e5 commit b55f7a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ pipeline {

}
stages {
stage('yarn') {
stage('build') {
steps {
sh 'ls'
yarn 'yarn'
sh 'exit'
sh 'yarn -v'
}
}

Expand Down

0 comments on commit b55f7a5

Please sign in to comment.