forked from verdnatura/salix-front
Merge branch 'dev' into 6763-vnTreeRefact
This commit is contained in:
commit
d64c1f4b02
|
@ -89,7 +89,11 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'quasar build'
|
||||
// dockerBuild()
|
||||
script {
|
||||
def packageJson = readJSON file: 'package.json'
|
||||
env.VERSION = packageJson.version
|
||||
}
|
||||
dockerBuild()
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
|
Loading…
Reference in New Issue