Fix error
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2022-10-27 09:26:02 +02:00
parent 51f95f0261
commit 714fe32552
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored
View File

@ -62,6 +62,14 @@ pipeline {
}
}
}
// stage('Backend') {
// steps {
// nodejs('node-v14') {
// sh 'npm run test:back:ci'
// }
// }
// }
}
}
stage('Build') {
when { anyOf {