refs #4550 Deployment: executable entrypoint
gitea/printnatura/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-11-16 13:11:23 +01:00
parent f8d360a7c0
commit b7e412d9ce
2 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
agent any
environment {
PROJECT_NAME = 'printnatura'
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
STACK_NAME = "${env.PROJECT_NAME}"
}
stages {
stage('Checkout') {

0
entrypoint.sh Normal file → Executable file
View File