Update main version #7

Merged
emilia merged 4 commits from beta-release into main 2024-01-31 02:00:41 +00:00
1 changed files with 2 additions and 8 deletions
Showing only changes of commit 0b82f2b1ab - Show all commits

10
Jenkinsfile vendored
View File

@ -3,14 +3,8 @@ pipeline {
stages { stages {
stage('Setup') { stage('Setup') {
if (env.BRANCH_NAME == 'main') { environment {
environment { OUTPUT_DIR = "${env.BRANCH_NAME == "main" ? "plate-tool" : "plate-tool-beta"}"
OUTPUT_DIR = 'plate-tool'
}
} else {
environment {
OUTPUT_DIR = 'plate-tool-beta'
}
} }
} }
stage('Build') { stage('Build') {