chore(Jenkins): Update Golang build container to 1.12
Update which image is used during the build operationspull/13372/head
parent
cc199fb2ec
commit
b9042f810d
|
@ -1,6 +1,6 @@
|
||||||
properties([disableConcurrentBuilds()])
|
properties([disableConcurrentBuilds()])
|
||||||
|
|
||||||
node("dind") {
|
node("dind-1-12") {
|
||||||
container('dind') {
|
container('dind') {
|
||||||
// This method is provided by the private api-compatibility library.
|
// This method is provided by the private api-compatibility library.
|
||||||
compat.test_build()
|
compat.test_build()
|
||||||
|
|
Loading…
Reference in New Issue