pls work
Gitea Scan/plate-tool/pipeline/head This commit looks good Details

This commit is contained in:
Emilia Allison 2024-01-30 20:56:48 -05:00
parent 0b82f2b1ab
commit 0b6aec2f6c
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 3 additions and 5 deletions

6
Jenkinsfile vendored
View File

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