Merge to master #21

Merged
joan merged 163 commits from test into master 2022-10-20 11:59:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c6316ce260 - Show all commits

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
disableConcurrentBuilds()
}
environment {
PROJECT_NAME = 'salix-frontend'
PROJECT_NAME = 'lilium'
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
}
stages {