Jest CI
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-05-13 09:06:26 +02:00
parent a697438019
commit 59b6a3bc0c
1 changed files with 4 additions and 4 deletions

8
Jenkinsfile vendored
View File

@ -55,20 +55,20 @@ pipeline {
NODE_ENV = ""
}
parallel {
/* stage('Frontend') {
stage('Frontend') {
steps {
nodejs('node-v14') {
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2'
}
}
} */
stage('Backend') {
}
/* stage('Backend') {
steps {
nodejs('node-v14') {
sh 'npm run test:back:ci'
}
}
}
} */
}
}
stage('Build') {