Skip to content
Snippets Groups Projects
Commit d2f2f3e3 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add NAERSTADMO

parent 1b2e8347
Branches
Tags
No related merge requests found
......@@ -71,6 +71,19 @@ verify_model_ALTERNARIA:
rules:
- if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH'
verify_model_NAERSTADMO:
stage: verify
image: registry.gitlab.com/finestructure/pipeline-trigger
script:
- apk add --no-cache openjdk11
- export PROJECT_VERSION=$(./mvnw --batch-mode --no-transfer-progress --non-recursive help:evaluate -Dexpression=project.version | grep -v "\[.*")
- trigger -h gitlab.nibio.no -a "$CICD_API_TOKEN" -p "$ACCESS_TOKEN_NAERSTADMO" -t $MAIN_BRANCH $NAERSTADMO_PROJECT_ID -e VERSION=$PROJECT_VERSION
tags:
- vips-java
rules:
- if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH'
verify_model_MAMESTRABR:
stage: verify
image: registry.gitlab.com/finestructure/pipeline-trigger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment