Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Yocto
infrastructure
gitlab-ci
Merge requests
!163
retrigger: Allow to specify the manifest's remote identifier in a variable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
retrigger: Allow to specify the manifest's remote identifier in a variable
variable-for-remote
into
master
Overview
4
Commits
1
Pipelines
1
Changes
1
Merged
Jonas Höppner
requested to merge
variable-for-remote
into
master
2 years ago
Overview
4
Commits
1
Pipelines
1
Changes
1
Expand
Costum manifest may override this variable
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c877f9c9
1 commit,
2 years ago
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
manifest.yml
+
6
−
1
Options
@@ -27,6 +27,11 @@ variables:
# Using variable here, to allow override in other projects
# including this file
MANIFEST_PROJECT_ID
:
1725
# In the manifest, the remotes are specified by an identifier
# This is used to find out included projects for the retrigger
# job. In costum manifests, the remote may be named differently
# so we need a variable that may be overriden.
CI_PARAM_SECO_REMOTE
:
seco-ne
workflow
:
rules
:
@@ -57,7 +62,7 @@ retrigger:
-
PROJECTS=$(
.gitlab-ci/scripts/get_manifest_projects.py
--manifest=default.xml
--remote=
seco-ne
--remote=
${CI_PARAM_SECO_REMOTE}
--concat-namespaces
)
# Add the gitlab-ci project
Loading