Skip to content

Commit

Permalink
Merge pull request #31 from kasemAlem/its-env-plr
Browse files Browse the repository at this point in the history
create a pipeline with provision env task
  • Loading branch information
kasemAlem authored Jun 26, 2024
2 parents 54953e6 + 120e14c commit 514ebd9
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions pipelines/integration_resolver_pipeline_environment_pass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
apiVersion: tekton.dev/v1
kind: Pipeline
metadata:
name: integration-environment-pipeline-pass
spec:
tasks:
- name: task-success
taskRef:
resolver: git
params:
- name: url
value: https://github.com/konflux-ci/integration-examples
- name: revision
value: main
- name: pathInRepo
value: tasks/test_output.yaml
params:
- name: RESULT
value: SUCCESS
- name: provision-env-with-ephemeral-namespace
taskRef:
resolver: bundles
params:
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-provision-env-with-ephemeral-namespace:0.1-6fa633c8d41e1f885951bfc9d74a5ee9499af79e
- name: name
value: provision-env-with-ephemeral-namespace
- name: kind
value: task
params:
- name: RESULT
value: SUCCESS
- name: KONFLUXNAMESPACE
value: $(context.pipelineRun.namespace)
- name: PIPELINERUN_NAME
value: $(context.pipelineRun.name)
- name: PIPELINERUN_UID
value: $(context.pipelineRun.uid)
- name: task-success-2
taskRef:
resolver: git
params:
- name: url
value: https://github.com/konflux-ci/integration-examples
- name: revision
value: main
- name: pathInRepo
value: tasks/test_output.yaml
params:
- name: RESULT
value: SKIPPED

0 comments on commit 514ebd9

Please sign in to comment.