0
0
Fork 0

Removed boilerplate code

This commit is contained in:
Joan Sanchez 2022-03-31 10:10:40 +02:00
parent fcd0d1fc9f
commit 44021ecd9d
1 changed files with 2 additions and 15 deletions

17
Jenkinsfile vendored
View File

@ -23,12 +23,6 @@ pipeline {
break
}
}
// configFileProvider([
// configFile(fileId: "salix.groovy",
// variable: 'GROOVY_FILE')
// ]) {
// load env.GROOVY_FILE
// }
setEnv()
}
}
@ -59,18 +53,11 @@ pipeline {
}
}
}
// stage('Backend') {
// steps {
// nodejs('node-v14') {
// sh 'gulp launchBackTest --ci'
// }
// }
// }
}
}
stage('Build') {
when { anyOf {
branch 'jest-ci'
branch 'test'
// branch 'master'
}}
environment {
@ -85,7 +72,7 @@ pipeline {
}
stage('Deploy') {
when { anyOf {
branch 'jest-ci'
branch 'test'
// branch 'master'
}}
environment {