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
This commit is part of merge request !100. Comments created here will be created in the context of that merge request.
......@@ -63,9 +63,9 @@ trigger_jenkins_build:
before_script:
- apk add --no-cache curl jq
script:
- curl -u $JENKINS_USERNAME:$JENKINS_API_TOKEN \
- curl -u "$JENKINS_USERNAME:$JENKINS_API_TOKEN" \
--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:
# - develop
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment