DATAREST-1380 - Only publish docs for main branch.

This commit is contained in:
Greg Turnquist
2019-07-19 11:34:08 -05:00
parent bed71894d9
commit 43b71009d5

5
Jenkinsfile vendored
View File

@@ -71,10 +71,7 @@ pipeline {
}
stage('Publish documentation') {
when {
anyOf {
branch 'master'
not { triggeredBy 'UpstreamCause' }
}
branch 'master'
}
agent {
docker {