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

2
Jenkinsfile vendored
View File

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