add docker buildkit to jenkinsfile

This commit is contained in:
mykola2312 2024-03-14 02:28:49 +02:00
parent 7146cd39db
commit 33c2346307

4
Jenkinsfile vendored
View file

@ -1,6 +1,10 @@
node {
def app
environment {
DOCKER_BUILDKIT = '1'
}
stage('Clone') {
checkout scm
}