diff --git a/Jenkinsfile b/Jenkinsfile index ecfc59c..c4302c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,8 +26,8 @@ pipeline { stage('Build') { steps { sh 'npm run-script build' + stash includes: 'dist/', name: 'dist' } - stash includes: 'dist/', name: 'dist' } stage('Build Docker Image') {