Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3fbc9d3e
Commit
3fbc9d3e
authored
Feb 21, 2022
by
Pedro Pombeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix trigger-build variables
The recent changes broke the gitlab-com-database-testing job
parent
d2f1a542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/trigger-build.rb
scripts/trigger-build.rb
+2
-2
No files found.
scripts/trigger-build.rb
View file @
3fbc9d3e
...
...
@@ -324,8 +324,8 @@ module Trigger
def
invoke!
(
post_comment:
false
,
downstream_job_name:
nil
)
pipeline
=
super
gitlab
=
gitlab_client
(
:upstream
)
project_path
=
base_
variables
[
'TOP_UPSTREAM_SOURCE_PROJECT'
]
merge_request_id
=
base_
variables
[
'TOP_UPSTREAM_MERGE_REQUEST_IID'
]
project_path
=
variables
[
'TOP_UPSTREAM_SOURCE_PROJECT'
]
merge_request_id
=
variables
[
'TOP_UPSTREAM_MERGE_REQUEST_IID'
]
comment
=
"<!--
#{
IDENTIFIABLE_NOTE_TAG
}
-->
\n
Started database testing [pipeline](https://ops.gitlab.net/
#{
downstream_project_path
}
/-/pipelines/
#{
pipeline
.
id
}
) "
\
"(limited access). This comment will be updated once the pipeline has finished running."
...
...
Write
Preview
Markdown
is supported
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