diff --git a/api-compat.Jenkinsfile b/api-compat.Jenkinsfile index cc0c408668..09a37ae5b6 100644 --- a/api-compat.Jenkinsfile +++ b/api-compat.Jenkinsfile @@ -1,6 +1,6 @@ properties([disableConcurrentBuilds()]) -node("dind") { +node("dind-1-12") { container('dind') { // This method is provided by the private api-compatibility library. compat.test_build()