fix(Jenkinsfile): refs #7442 Remove unused variable
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-05-27 12:55:36 +02:00
parent 52e9c66271
commit ab879df00f
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

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