damnit
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
This commit is contained in:
parent
0e86e99ff4
commit
4bf193d329
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -26,8 +26,8 @@ pipeline {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'npm run-script build'
|
sh 'npm run-script build'
|
||||||
|
stash includes: 'dist/', name: 'dist'
|
||||||
}
|
}
|
||||||
stash includes: 'dist/', name: 'dist'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build Docker Image') {
|
stage('Build Docker Image') {
|
||||||
|
Loading…
Reference in New Issue
Block a user