Merge branch 'master' of https://customer-vertexa-gitea.devbay.tech/Bbuddy/bbuddy-ui
This commit is contained in:
commit
aa027466e2
|
@ -8,10 +8,6 @@ pipeline {
|
||||||
stage('Build static content') {
|
stage('Build static content') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
npm install
|
|
||||||
npm run build
|
|
||||||
pwd
|
|
||||||
echo
|
|
||||||
docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
|
docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue