Finally
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -2,11 +2,6 @@ pipeline {
|
||||
agent { label 'jenkins-master' }
|
||||
|
||||
|
||||
tools {
|
||||
// If you have Docker tool configured in Jenkins
|
||||
// docker 'Default'
|
||||
}
|
||||
// Environment variables
|
||||
environment {
|
||||
COMPOSE_PROJECT_NAME = "${env.JOB_NAME}-${env.BUILD_NUMBER}"
|
||||
DOCKER_COMPOSE_FILE = 'docker-compose.yml'
|
||||
|
||||
Reference in New Issue
Block a user