Skip to content

Commit

Permalink
added annotation to call out that jenkinsPipelineStrategy deprecated (r…
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Feb 18, 2022
1 parent dcf783b commit 4bf6286
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
build: {{ params.NAME | d('jenkins-agent-' + agent) }}
name: {{ params.NAME ~ '-pipeline' | d('jenkins-agent-' + agent + '-pipeline') }}
type: pipeline
annotations:
deprecated: "https://docs.openshift.com/container-platform/4.3/release_notes/ocp-4-3-release-notes.html#ocp-4-3-deprecated-features"
name: {{ params.NAME ~ '-pipeline' | d('jenkins-agent-' + agent + '-pipeline') }}
spec:
runPolicy: {{ params.RUN_POLICY | d('Serial') }}
Expand Down

0 comments on commit 4bf6286

Please sign in to comment.