feat: refs #6695 try
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-09-11 13:54:58 +02:00
parent 3b5c944336
commit b77cc6a360
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -100,7 +100,7 @@ pipeline {
steps {
script {
def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}a"
env.VERSION = "${packageJson.version}-try"
}
sh 'docker-compose build back'
sh 'docker images'