diff --git a/Jenkinsfile b/Jenkinsfile index 0889c84..3611238 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 . ''' }