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

Updated gitlab-ci.

parent c5667788
Branches
Tags
No related merge requests found
Pipeline #84447 failed
...@@ -63,10 +63,9 @@ trigger_jenkins_build: ...@@ -63,10 +63,9 @@ trigger_jenkins_build:
before_script: before_script:
- apk add --no-cache curl jq - apk add --no-cache curl jq
script: script:
- echo $JENKINS_USERNAME - curl -u $JENKINS_USERNAME:$JENKINS_API_TOKEN \
- 'curl "http://test-swd-release-service01.geant.org:8080/job/build-python-snapshot/buildWithParameters" \ --data-urlencode "PROJECT=geant-service-orchestrator" \
--user $JENKINS_USERNAME:$JENKINS_API_TOKEN \ "http://test-swd-release-service01.geant.org/:8080/job/build-python-snapshot/buildWithParameters"
--data "PROJECT=geant-service-orchestrator"'
# 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