Commit a60e3c94 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

Merge branch '6126-enhance-ci-configuration-for-having-a-full-chain-for-building-2' into '1.4-dev'

Resolve "Enhance CI configuration for having a full chain for building"

Closes #6126

See merge request fusiondirectory/fd!828
Showing with 8 additions and 1 deletion
+8 -1
...@@ -4,6 +4,7 @@ image: debian:stretch ...@@ -4,6 +4,7 @@ image: debian:stretch
# Define variable to disable SSL verification of GIT # Define variable to disable SSL verification of GIT
variables: variables:
GIT_SSL_NO_VERIFY: "true" GIT_SSL_NO_VERIFY: "true"
BRANCH_PLUGIN: "1.4-dev"
stages: stages:
- lint - lint
...@@ -159,6 +160,12 @@ trigger-ci: ...@@ -159,6 +160,12 @@ trigger-ci:
stage: trigger stage: trigger
only: only:
- 1.4-dev - 1.4-dev
variables:
GROUP: "$GROUP"
BRANCH_CORE: "$CI_COMMIT_REF_NAME"
BRANCH_PLUGIN: "$BRANCH_PLUGIN"
BRANCH_BUILD_DEBIAN_STRETCH: "$BRANCH_BUILD_DEBIAN_STRETCH"
BRANCH_BUILD_CENTOS_7: "$BRANCH_BUILD_CENTOS_7"
trigger: trigger:
project: fusiondirectory/fd-plugins project: fusiondirectory/fd-plugins
branch: 1.4-dev branch: "$BRANCH_PLUGIN"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment