Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't fail app deploy job if it is disabled #69

Open
mkoura opened this issue Mar 31, 2020 · 0 comments
Open

Don't fail app deploy job if it is disabled #69

mkoura opened this issue Mar 31, 2020 · 0 comments

Comments

@mkoura
Copy link
Contributor

mkoura commented Mar 31, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant