feat: refs #6695 better stages for e2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-01-31 10:10:32 +01:00
parent 502b55a8ce
commit ddf8238914
1 changed files with 5 additions and 3 deletions

8
Jenkinsfile vendored
View File

@ -73,9 +73,11 @@ pipeline {
environment {
CREDENTIALS = credentials('docker-registry')
}
script {
def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
steps {
script {
def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
}
}
stages {
// stage('Network') {