6371-limpiezaTablasVn2008Part1 #1964

Merged
robert merged 15 commits from 6371-limpiezaTablasVn2008Part1 into dev 2024-02-02 12:13:53 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 4b1d6c4762 - Show all commits

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 {