Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fd-plugins
Commits
6c8e8afa
Commit
6c8e8afa
authored
Feb 24, 2021
by
Jonathan Swaelens
Browse files
✨
feat(ci): Add triggers for building packages
Add triggers for building packages
parent
874948a1
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6c8e8afa
...
@@ -11,6 +11,7 @@ stages:
...
@@ -11,6 +11,7 @@ stages:
-
manpages
-
manpages
-
transifex
-
transifex
-
tarballs
-
tarballs
-
trigger
## Stage lint
## Stage lint
...
@@ -129,3 +130,42 @@ build-release:
...
@@ -129,3 +130,42 @@ build-release:
artifacts
:
artifacts
:
paths
:
paths
:
-
fusiondirectory-plugins-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"').tar.gz
-
fusiondirectory-plugins-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"').tar.gz
trigger-ci-debian-stretch
:
stage
:
trigger
only
:
-
master
variables
:
GROUP
:
"
$GROUP"
BRANCH_CORE
:
"
$CI_COMMIT_REF_NAME"
BRANCH_PLUGIN
:
"
$CI_COMMIT_REF_NAME"
BRANCH_BUILD_DEBIAN_STRETCH
:
"
$BRANCH_BUILD_DEBIAN_STRETCH"
trigger
:
project
:
debian/stretch-fusiondirectory-release
branch
:
"
$BRANCH_BUILD_DEBIAN_STRETCH"
trigger-ci-debian-buster
:
stage
:
trigger
only
:
-
master
variables
:
GROUP
:
"
$GROUP"
BRANCH_CORE
:
"
$CI_COMMIT_REF_NAME"
BRANCH_PLUGIN
:
"
$CI_COMMIT_REF_NAME"
BRANCH_BUILD_DEBIAN_BUSTER
:
"
$BRANCH_BUILD_DEBIAN_BUSTER"
trigger
:
project
:
debian/buster-fusiondirectory-release
branch
:
"
$BRANCH_BUILD_DEBIAN_BUSTER"
trigger-ci-centos7
:
stage
:
trigger
only
:
-
master
variables
:
GROUP
:
"
$GROUP"
BRANCH_CORE
:
"
$CI_COMMIT_REF_NAME"
BRANCH_PLUGIN
:
"
$CI_COMMIT_REF_NAME"
BRANCH_BUILD_CENTOS_7
:
"
$BRANCH_BUILD_CENTOS_7"
trigger
:
project
:
centos/centos7-fusiondirectory-release
branch
:
"
$BRANCH_BUILD_CENTOS_7"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment