Skip to content
Snippets Groups Projects
Commit fcc02e41 authored by Neda Moeini's avatar Neda Moeini
Browse files

Updated gitlab-ci.

parent 216429c5
No related branches found
No related tags found
No related merge requests found
Pipeline #84448 failed
...@@ -63,9 +63,9 @@ trigger_jenkins_build: ...@@ -63,9 +63,9 @@ trigger_jenkins_build:
before_script: before_script:
- apk add --no-cache curl jq - apk add --no-cache curl jq
script: script:
- curl -u $JENKINS_USERNAME:$JENKINS_API_TOKEN \ - curl -u "$JENKINS_USERNAME:$JENKINS_API_TOKEN" \
--data-urlencode "PROJECT=geant-service-orchestrator" \ --data-urlencode "PROJECT=geant-service-orchestrator" \
"http://test-swd-release-service01.geant.org/:8080/job/build-python-snapshot/buildWithParameters" "http://test-swd-release-service01.geant.org:8080/job/build-python-snapshot/buildWithParameters"
# only: # only:
# - develop # - develop
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment