0
0
Fork 0

refs #6797 feat(jenkins) deploy dev-lilium

This commit is contained in:
Alex Moreno 2024-02-20 14:59:46 +01:00
parent 6afb9ed570
commit df2bb66538
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -92,7 +92,7 @@ pipeline {
nodejs('node-v18') { nodejs('node-v18') {
sh 'quasar build' sh 'quasar build'
} }
dockerBuild() // dockerBuild()
} }
} }
stage('Deploy') { stage('Deploy') {