We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 032fd37 + bec5f8a commit 512743bCopy full SHA for 512743b
.gitlab-ci.yaml
@@ -0,0 +1,13 @@
1
+stages:
2
+ - trigger-jenkins-nspect-on-tag
3
+
4
+trigger-jenkins-nspect-on-tag:
5
+ stage: trigger-jenkins-nspect-on-tag
6
+ image: curlimages/curl:8.5.0
7
+ rules:
8
+ - if: $CI_COMMIT_TAG
9
+ - when: manual # TODO: after testing remove
10
+ variables:
11
+ JENKINS_JOB_NAME: test-mzeevi3 # TODO: after testing, change to nspect-release-version-automation
12
+ script:
13
+ - curl -fsSLX POST -u "$SVC_CLOUD_ORCH_CI_USERNAME:$SVC_CLOUD_ORCH_CI_TOKEN" "$BLOSSOM_JENKINS_URL/job/$JENKINS_JOB_NAME/buildWithParameters?DRY_RUN=false"
.gitlab-ci.yml
0 commit comments