Compare commits
No commits in common. "aa027466e2492c2e399393d4b61c8e01b82f3021" and "f4de114fb3dd533d16225bf88513b12e38cbea8a" have entirely different histories.
aa027466e2
...
f4de114fb3
|
@ -8,6 +8,10 @@ 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