Skip to content

Commit

Permalink
Merge pull request #87 from jupierce/fixdestNS
Browse files Browse the repository at this point in the history
Fixing default for destinationNamespace in tag step
  • Loading branch information
gabemontero authored Oct 13, 2016
2 parents 74125a6 + 6eeabf7 commit c4a3624
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 267 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ The step name is "openshiftTag". Mandatory parameters are:

Optional parameters are:

- "namespace" : Namespace of the source ImageStream (If Jenkins is running within OpenShift, defaults to the namespace in which Jenkins is running).

- "alias": Whether to update destination tag whenever the source tag changes. Equivalent of the `--alias` option for the `oc tag` command. When false, the destination tag type is "ImageStreamImage", and when true, the destination tag type is "ImageStreamTag".

- "destinationNamespace": The name of the project to host the destinationStream:destinationTag. If nothing is specified, the plugin will use the source namespace.
Expand Down
Loading

0 comments on commit c4a3624

Please sign in to comment.