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

add GitLab CI

parent c0311c86
No related branches found
No related tags found
2 merge requests!16Develop,!3add GitLab CI
Pipeline #84507 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=geant-service-orchestrator-gui"
"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