Skip to content

Commit

Permalink
Update jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Aug 14, 2021
1 parent 1dc9680 commit c017c39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,24 +133,24 @@ pipeline
}
stage('Test generation') {
parallel {
stage('Test blank generation') {
stage('Test Zigbee generation') {
steps {
script {
sh 'xvfb-run -a npm run gen'
}
}
}
stage('Test CHIP generation') {
stage('Test Matter generation') {
steps {
script {
sh 'npm run genmatter'
sh 'xvfb-run -a npm run genmatter'
}
}
}
stage('Test generation with dotdot XML') {
stage('Test Dotdot generation') {
steps {
script {
sh ' xvfb-run -a npm run gen3'
sh 'xvfb-run -a npm run gen3'
}
}
}
Expand Down

0 comments on commit c017c39

Please sign in to comment.