-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#402: reverto to Codefresh official setup - vs. my own private
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
kind: step-type | ||
quay.io/codefreshplugins/kind: step-type | ||
version: '1.0' | ||
metadata: | ||
name: laurent-cf/service-now | ||
name: service-now | ||
version: 1.1.0 | ||
isPublic: false | ||
isPublic: true | ||
description: Integration with ServiceNow Change Management | ||
sources: | ||
- https://github.com/codefresh-io/steps/tree/master/incubating/service-now | ||
|
@@ -13,7 +13,7 @@ metadata: | |
- email: [email protected] | ||
categories: | ||
- utilities | ||
official: false | ||
official: true | ||
tags: [] | ||
icon: | ||
type: svg | ||
|
@@ -153,7 +153,7 @@ spec: | |
closeCR: | ||
name: Close a ServiceNow Change Request | ||
title: Use REST API to close the CR | ||
image: lrochette/service-now:1.1.0 | ||
image: quay.io/codefreshplugins/service-now:1.1.0 | ||
environment: | ||
[[ range $key, $val := .Arguments ]] | ||
- '[[ $key ]]=[[ $val ]]' | ||
|
@@ -164,7 +164,7 @@ spec: | |
updateCR: | ||
name: Update a ServiceNow Change Request | ||
title: Use REST API to update the CR | ||
image: lrochette/service-now:1.1.0 | ||
image: quay.io/codefreshplugins/service-now:1.1.0 | ||
environment: | ||
[[ range $key, $val := .Arguments ]] | ||
- '[[ $key ]]=[[ $val ]]' | ||
|
@@ -175,15 +175,15 @@ spec: | |
createcr: | ||
name: Create a ServiceNow Change Request | ||
title: Use REST API to create a CR | ||
image: lrochette/service-now:1.1.0 | ||
image: quay.io/codefreshplugins/service-now:1.1.0 | ||
environment: | ||
[[ range $key, $val := .Arguments ]] | ||
- '[[ $key ]]=[[ $val ]]' | ||
[[- end ]] | ||
- ACTION=createcr | ||
annotation: | ||
name: Assign CR_NUMBER as annotation | ||
image: codefresh/cli | ||
image: quay.io/codefresh/cli | ||
commands: | ||
- | | ||
codefresh create annotation workflow ${{CF_BUILD_ID}} CR_NUMBER=${{CR_NUMBER}} | ||
|
@@ -192,7 +192,7 @@ spec: | |
callback: | ||
name: invoke scripted REST API to have ServiceNow callback Codefresh when CR is approved/rejected | ||
title: ServiceNow callback setup | ||
image: lrochette/service-now:1.1.0 | ||
image: quay.io/codefreshplugins/service-now:1.1.0 | ||
environment: | ||
[[ range $key, $val := .Arguments ]] | ||
- '[[ $key ]]=[[ $val ]]' | ||
|