add docker buildkit to jenkinsfile

This commit is contained in:
mykola2312 2024-03-14 02:28:49 +02:00
parent a0d1828cf4
commit 388495a340

4
Jenkinsfile vendored
View file

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