Merge branch 'dev' into 6692-viewClean9

This commit is contained in:
Guillermo Bonet 2024-01-31 11:14:41 +00:00
commit 40d26bc8a0
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 {