0
1
Fork 0

feat: refs #7442 Kubernetes deploy

This commit is contained in:
Juan Ferrer 2024-05-27 10:11:41 +02:00
parent e40a28b649
commit 98cefc8f0f
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -17,7 +17,6 @@ pipeline {
agent any
environment {
PROJECT_NAME = 'hedera-web'
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
}
stages {
stage('Debuild') {