-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Patchman and vmaas had issues resulting in failing deployment to QA. I paused the corresponding deploy projects on Jenkins. However the vortex deployment job still failed for Patchman and vmaas with
################################################################################################################
Parameterized Remote Trigger Configuration:
- job: https://****/job/ops/job/deployVmaas
- auth: 'Bearer Token Authentication'
- parameters: [ENV=qa]
- blockBuildUntilComplete: true
- connectionRetryLimit: 5
- trustAllCertificates: false
################################################################################################################
Triggering parameterized remote job 'https://****/job/ops/job/deployVmaas'
Using job-level defined 'Bearer Token Authentication'
Triggering remote job now.
CSRF protection is disabled on the remote server.
ERROR: Remote build failed with 'ExceedRetryLimitException' for the following reason: 'Max number of connection retries have been exeeded.'.
ExceedRetryLimitException: Max number of connection retries have been exeeded.
I would expect disabled deploy projects to be ignored.
Metadata
Metadata
Assignees
Labels
No labels