Skip to content

Commit

Permalink
ci: rename api-compatibility Jenkinsfile
Browse files Browse the repository at this point in the history
To get CI sorted out, we need the 2.x Jenkinsfile to have a different
name from the 1.x Jenkinsfile.
  • Loading branch information
mark-rushakoff committed Jan 11, 2019
1 parent dd2190f commit 975c9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile → api-compat.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ properties([disableConcurrentBuilds()])

node("dind") {
container('dind') {
// This method is provided by the private api-compatibility library.
compat.test_build()
}
}

0 comments on commit 975c9a0

Please sign in to comment.