0
0
Fork 0

Merge branch 'dev' into 6763-vnTreeRefact

This commit is contained in:
Carlos Satorres 2024-02-21 11:10:20 +00:00
commit d64c1f4b02
1 changed files with 5 additions and 1 deletions

6
Jenkinsfile vendored
View File

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