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') { stage('Build static content') {
steps { steps {
sh ''' sh '''
npm install #npm install
npm run build #npm run build
echo echo "------"
pwd
echo "------"
docker build -t bbuddy/bbuddy_ui:latest . docker build -t bbuddy/bbuddy_ui:latest .
''' '''
} }