Skip to content

Commit

Permalink
#402: reverto to Codefresh official setup - vs. my own private
Browse files Browse the repository at this point in the history
  • Loading branch information
lrochette committed Oct 13, 2021
1 parent 5fffb6e commit efe8d5d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions incubating/service-now/step.yaml
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
Expand All @@ -13,7 +13,7 @@ metadata:
- email: [email protected]
categories:
- utilities
official: false
official: true
tags: []
icon:
type: svg
Expand Down Expand Up @@ -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 ]]'
Expand All @@ -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 ]]'
Expand All @@ -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}}
Expand All @@ -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 ]]'
Expand Down

0 comments on commit efe8d5d

Please sign in to comment.