Skip to content

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

@mkoura

Description

@mkoura

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions