deb jenk
This commit is contained in:
parent
d03f7074b3
commit
f994ec5cd0
|
@ -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 .
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue