This commit is contained in:
Witalij Poljatchek 2024-01-11 00:01:08 +01:00
parent 2e884a3b90
commit 14b1799f20
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
echo "------"
pwd
echo "------"
docker build -t bbuddy/bbuddy_ui:latest .
docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
'''
}
}