damnit
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit Details

This commit is contained in:
Jesse James Isler 2022-06-09 10:42:23 +02:00
parent 0e86e99ff4
commit 4bf193d329
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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') {