8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 8 additions and 6 deletions
Showing only changes of commit 9f3a7aa452 - Show all commits

14
Jenkinsfile vendored
View File

@ -73,12 +73,6 @@ pipeline {
environment {
CREDENTIALS = credentials('docker-registry')
}
steps {
script {
def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
}
}
stages {
// stage('Network') {
// steps {
@ -86,6 +80,14 @@ pipeline {
// // sh 'docker network create e2e_default || true'
// }
// }
stage('Setup') {
steps {
script {
def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
}
}
}
stage('DB') {
steps {
sh 'rm -rf salix'