9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
properties([disableConcurrentBuilds()])
|
||
|
|
||
|
node("dind") {
|
||
|
container('dind') {
|
||
|
// This method is provided by the private api-compatibility library.
|
||
|
compat.test_build()
|
||
|
}
|
||
|
}
|