Skip to content
Snippets Groups Projects
Commit ea371fef authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update .gitlab-ci.yml file

parent a9373242
No related branches found
No related tags found
No related merge requests found
Pipeline #85867 passed
---
stages:
- trigger_jenkins_build
trigger_jenkins_build:
stage: trigger_jenkins_build
image: alpine:latest
before_script:
- apk add --no-cache curl
script: curl -u "$JENKINS_USERNAME:$JENKINS_API_TOKEN"
--data "PROJECT=goat-lso"
"http://test-swd-release-service01.geant.org:8080/job/build-python-snapshot/buildWithParameters"
only:
- develop
tags:
- docker-executor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment