next test
This commit is contained in:
16
automation/Jenkinsfile
vendored
16
automation/Jenkinsfile
vendored
@ -86,9 +86,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Documentation') {
|
||||
anyOf {
|
||||
branch 'development';
|
||||
branch pattern: 'development-doc*'
|
||||
when {
|
||||
anyOf {
|
||||
branch 'development';
|
||||
branch pattern: 'development-doc*'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'pip install -r docs/requirements.txt'
|
||||
@ -107,9 +109,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Master Documentation') {
|
||||
anyOf {
|
||||
branch 'master';
|
||||
branch pattern: 'master-doc*'
|
||||
when {
|
||||
anyOf {
|
||||
branch 'master';
|
||||
branch pattern: 'master-doc*'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'pip install -r docs/requirements.txt'
|
||||
|
Reference in New Issue
Block a user