test #1

Merged
juan merged 4 commits from test into master 2022-05-05 09:43:22 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit f5e1b11df9 - Show all commits

3
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
agent any
environment {
PROJECT_NAME = 'hedera-web'
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
}
stages {
stage('Checkout') {
@ -73,7 +74,7 @@ pipeline {
DOCKER_HOST = "${env.SWARM_HOST}"
}
steps {
dockerStackDeploy()
sh "docker stack deploy --with-registry-auth --compose-file docker-compose.yml ${env.STACK_NAME}"
}
}
}