-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add an action to close a CR in serviceNow plugins #402
Comments
lrochette
added a commit
that referenced
this issue
Oct 6, 2021
lrochette
added a commit
that referenced
this issue
Oct 7, 2021
lrochette
added a commit
that referenced
this issue
Oct 11, 2021
Adding code for modifying a CR as well
Adding code for updateCR (modifying an existing Change Request) |
lrochette
added a commit
that referenced
this issue
Oct 11, 2021
lrochette
added a commit
that referenced
this issue
Oct 11, 2021
lrochette
added a commit
that referenced
this issue
Oct 11, 2021
lrochette
added a commit
that referenced
this issue
Oct 11, 2021
lrochette
added a commit
that referenced
this issue
Oct 12, 2021
lrochette
added a commit
that referenced
this issue
Oct 12, 2021
lrochette
added a commit
that referenced
this issue
Oct 12, 2021
lrochette
added a commit
that referenced
this issue
Oct 12, 2021
lrochette
added a commit
that referenced
this issue
Oct 12, 2021
lrochette
added a commit
that referenced
this issue
Oct 12, 2021
lrochette
added a commit
that referenced
this issue
Oct 13, 2021
lrochette
added a commit
that referenced
this issue
Oct 13, 2021
lrochette
added a commit
that referenced
this issue
Oct 13, 2021
lrochette
added a commit
that referenced
this issue
Oct 13, 2021
Merged
lrochette
added a commit
that referenced
this issue
Oct 14, 2021
remove venonalog.json Fix branch name for icon Fix first line
lrochette
added a commit
that referenced
this issue
Oct 14, 2021
* bumping version to force rebuild * Change to private account * #402: Adding logic for action * #402: fix step.yaml syntax * #402: smaller SVG icon * 402: new smaller logo in svg format * #402: adding code for closing CR * : use all CAPS for parameters to get consistency * #402: Fixing python script Adding code for modifying a CR as well * #402: test for empty CR_DATA * #402: test for empty CR_DATA * #402: test for empty CR_DATA * #402: test for empty CR_DATA * #402: step.yaml syntax? * #402: remvoing blank lines * #402: fix go template syntax with eq instead of == * #402: fix conflict between CR_ACTION to the step and ACTION to the script * more debug info * #402: more debug info * #402: push overwrite of env variable to the end of the block * #402: minor debug info fixes * #402: change DEBUG to boolean * #402: change DEBUG to boolean * #402: debug info on action * #402: debug info on action * #402: debug info on action * #402: debug info on action * #402: debug info * : exit with non-zero on error * : exit with non-zero on error * #402: fixed DEBUG var issue * #402: fixed DEBUG var issue * Fixing URL in annotation * #402: link to CR from the step fixed * #402: reverto to Codefresh official setup - vs. my own private * #402: Ted notes remove venonalog.json Fix branch name for icon Fix first line * Ted notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In addition to create a new CR,
add an option to close the one created in the Pipeline
The text was updated successfully, but these errors were encountered: