forked from verdnatura/salix-front
refs #6797 feat(jenkins) deploy dev-lilium
This commit is contained in:
parent
71f2c173cc
commit
30b8e25a74
|
@ -89,6 +89,10 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'quasar build'
|
||||
script {
|
||||
def packageJson = readJSON file: 'package.json'
|
||||
env.VERSION = packageJson.version
|
||||
}
|
||||
dockerBuild()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue