Updated stack name
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-04-01 08:33:26 +02:00
parent 328a6f0858
commit c6316ce260
1 changed files with 1 additions and 1 deletions

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 {