From f994ec5cd0422ae9f075fb291abf11159eb0b1a6 Mon Sep 17 00:00:00 2001 From: Witalij Poljatchek Date: Wed, 10 Jan 2024 23:02:39 +0100 Subject: [PATCH] deb jenk --- Jenkinsfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 . ''' }