This commit is contained in:
2024-11-17 12:03:34 -05:00
parent 9dc8890ca3
commit 76b4baf9ad

5
Jenkinsfile vendored
View File

@@ -1,6 +1,11 @@
pipeline {
agent { label 'jenkins-agent' }
tools {
// If you have Docker tool configured in Jenkins
docker 'Default'
}
// Environment variables
environment {
COMPOSE_PROJECT_NAME = "${env.JOB_NAME}-${env.BUILD_NUMBER}"