Removed boilerplate code
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
fcd0d1fc9f
commit
44021ecd9d
|
@ -23,12 +23,6 @@ pipeline {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// configFileProvider([
|
|
||||||
// configFile(fileId: "salix.groovy",
|
|
||||||
// variable: 'GROOVY_FILE')
|
|
||||||
// ]) {
|
|
||||||
// load env.GROOVY_FILE
|
|
||||||
// }
|
|
||||||
setEnv()
|
setEnv()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,18 +53,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// stage('Backend') {
|
|
||||||
// steps {
|
|
||||||
// nodejs('node-v14') {
|
|
||||||
// sh 'gulp launchBackTest --ci'
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
when { anyOf {
|
when { anyOf {
|
||||||
branch 'jest-ci'
|
branch 'test'
|
||||||
// branch 'master'
|
// branch 'master'
|
||||||
}}
|
}}
|
||||||
environment {
|
environment {
|
||||||
|
@ -85,7 +72,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
when { anyOf {
|
when { anyOf {
|
||||||
branch 'jest-ci'
|
branch 'test'
|
||||||
// branch 'master'
|
// branch 'master'
|
||||||
}}
|
}}
|
||||||
environment {
|
environment {
|
||||||
|
|
Loading…
Reference in New Issue