ci: auto-trigger deploy-project-stg after successful mandelstudio build

This commit is contained in:
2026-03-17 06:33:36 +01:00
parent 4e14c1f1a0
commit bc3b511ea1

5
Jenkinsfile vendored
View File

@@ -97,7 +97,10 @@ pipeline {
. .venv/bin/activate . .venv/bin/activate
pip install coverage pip install coverage
''' '''
echo 'Auto deploy disabled for this repo namespace; trigger staging deploy from dashboard/serverpillar.' echo 'Triggering staging deploy for mandelstudio after successful CI build.'
build job: 'deploy-project-stg',
wait: false,
parameters: [string(name: 'PROJECT_NAME', value: 'mandelstudio')]
} }
failure { failure {
emailext subject: "JENKINS-NOTIFICATION: ${currentBuild.currentResult}: Job '${env.JOB_NAME} #${env.BUILD_NUMBER}'", emailext subject: "JENKINS-NOTIFICATION: ${currentBuild.currentResult}: Job '${env.JOB_NAME} #${env.BUILD_NUMBER}'",