This commit is contained in:
Witalij Poljatchek 2024-01-10 23:02:39 +01:00
parent d03f7074b3
commit f994ec5cd0
1 changed files with 5 additions and 3 deletions

8
Jenkinsfile vendored
View File

@ -8,9 +8,11 @@ pipeline {
stage('Build static content') {
steps {
sh '''
npm install
npm run build
echo
#npm install
#npm run build
echo "------"
pwd
echo "------"
docker build -t bbuddy/bbuddy_ui:latest .
'''
}