Trying to get the skip to work
All checks were successful
Gitsokyo/bot-base/pipeline/pr-master This commit looks good
All checks were successful
Gitsokyo/bot-base/pipeline/pr-master This commit looks good
This commit is contained in:
parent
81f63111e6
commit
c27e1a3ef3
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Install Dependencies') {
|
||||
steps {
|
||||
sh 'pipenv sync --sequential --dev'
|
||||
sh 'pipenv sync --dev'
|
||||
}
|
||||
}
|
||||
|
||||
@ -48,7 +48,7 @@ pipeline {
|
||||
when {
|
||||
anyOf {
|
||||
branch 'stable'
|
||||
branch 'unstable'
|
||||
branch 'master'
|
||||
buildingTag()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user