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 a5b457f commit 7057c55
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pipeline {
agent {
node {
label 'build'
}

}
stages {
stage('yarn') {
steps {
sh 'yarn'
}
}

}
}

0 comments on commit 7057c55

Please sign in to comment.