add docker buildkit to jenkinsfile
This commit is contained in:
parent
7146cd39db
commit
33c2346307
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
node {
|
node {
|
||||||
def app
|
def app
|
||||||
|
|
||||||
|
environment {
|
||||||
|
DOCKER_BUILDKIT = '1'
|
||||||
|
}
|
||||||
|
|
||||||
stage('Clone') {
|
stage('Clone') {
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue