Merge pull request #782 from influxdata/api-compat

Api compat test
pull/10616/head
Jorge Landivar 2018-09-13 12:11:12 -05:00 committed by GitHub
commit 699cd9de4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,7 @@
properties([disableConcurrentBuilds()])
node("dind") {
container('dind') {
compat.test_build()
}
}