refactor: refs #6690 Deleted views and dependences #1980

Merged
guillermo merged 5 commits from 6690-viewClean7 into dev 2024-02-01 07:29:06 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 5f52b4a07e - 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 {