We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened:
I have a service now script that runs to open and close change tickets.
At the beginning of my job, the service now script opens a change.
I cannot automatically kick off the "cancel" job if my pipeline fails which will leave an unattended open change ticket.
What you expected to happen:
If my pipeline fails at any point, I need to kick off the cancel job in order to close out the change ticket it initiated.
How to reproduce it:
Create a repository on Github and use it to create a pipeline in Screwdriver.cd.
This is how it should work: Create 2 jobs. If job one fails, have job two start. If job one is successful, job two does not run.
The text was updated successfully, but these errors were encountered:
This issue may be related to #1080
Sorry, something went wrong.
Closing this in favor of #1645
No branches or pull requests
What happened:
I have a service now script that runs to open and close change tickets.
At the beginning of my job, the service now script opens a change.
I cannot automatically kick off the "cancel" job if my pipeline fails which will leave an unattended open change ticket.
What you expected to happen:
If my pipeline fails at any point, I need to kick off the cancel job in order to close out the change ticket it initiated.
How to reproduce it:
Create a repository on Github and use it to create a pipeline in Screwdriver.cd.
This is how it should work:
Create 2 jobs.
If job one fails, have job two start.
If job one is successful, job two does not run.
The text was updated successfully, but these errors were encountered: