Merge branch 'dev' into 6235-addDeviceWorkerTimeControl
gitea/salix/pipeline/head Build queued... Details

This commit is contained in:
Guillermo Bonet 2024-01-31 12:16:37 +00:00
commit 15c22cdaa0
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -9,13 +9,13 @@ pipeline {
options {
disableConcurrentBuilds()
}
tools {
nodejs 'node-v20'
}
environment {
PROJECT_NAME = 'salix'
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
}
tools {
nodejs 'node-v20'
}
stages {
stage('Checkout') {
steps {