Compare commits

..

No commits in common. "aa027466e2492c2e399393d4b61c8e01b82f3021" and "f4de114fb3dd533d16225bf88513b12e38cbea8a" have entirely different histories.

1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -8,6 +8,10 @@ pipeline {
stage('Build static content') {
steps {
sh '''
npm install
npm run build
pwd
echo
docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
'''
}