Merge branch 'test' into dev

This commit is contained in:
Juan Ferrer 2024-05-27 12:56:02 +02:00
commit 586dff7f18
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -60,7 +60,6 @@ pipeline {
}
environment {
PROJECT_NAME = 'salix'
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
}
stages {
stage('Install') {