refactor: refs #6780 Changed dependences from vn2008 to vn #1987

Merged
guillermo merged 6 commits from 6780-changeViewDependencesVn2008 into dev 2024-02-02 11:44:59 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 138cb7627d - Show all commits

6
Jenkinsfile vendored
View File

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