ci: auto-trigger deploy-project-stg after successful mandelstudio build
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -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}'",
|
||||||
|
|||||||
Reference in New Issue
Block a user