Merge pull request #11001 from influxdata/changelog-1.x-only

Only update the changelog on 1.x branches
pull/11494/head
Mark Rushakoff 2019-01-11 09:43:55 -08:00 committed by GitHub
commit 26afe32611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -9,8 +9,7 @@ pipeline {
when {
anyOf {
branch 'master'
expression { BRANCH_NAME ==~ /^\d+(.\d+)*$/ }
expression { BRANCH_NAME ==~ /^1(.\d+)*$/ }
}
}