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 3 additions and 5 deletions
Showing only changes of commit 0b6aec2f6c - Show all commits

8
Jenkinsfile vendored
View File

@ -1,12 +1,10 @@
pipeline {
agent any
environment {
OUTPUT_DIR = "${env.BRANCH_NAME == "main" ? "plate-tool" : "plate-tool-beta"}"
}
stages {
stage('Setup') {
environment {
OUTPUT_DIR = "${env.BRANCH_NAME == "main" ? "plate-tool" : "plate-tool-beta"}"
}
}
stage('Build') {
steps {
sh '''