0
0
Fork 0

refs #6797 feat(jenkins) deploy dev-lilium

This commit is contained in:
Alex Moreno 2024-02-21 12:08:49 +01:00
parent 71f2c173cc
commit 30b8e25a74
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -89,6 +89,10 @@ pipeline {
}
steps {
sh 'quasar build'
script {
def packageJson = readJSON file: 'package.json'
env.VERSION = packageJson.version
}
dockerBuild()
}
}