Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
a655bd78
Commit
a655bd78
authored
Apr 19, 2019
by
Boris Djalal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trying addGitLabMRComment.
Signed-off-by:
Boris Djalal
<
boris.djalal@eurecom.fr
>
parent
69b838fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
ci-scripts/test-boris-Jenkinsfile
ci-scripts/test-boris-Jenkinsfile
+13
-11
No files found.
ci-scripts/test-boris-Jenkinsfile
View file @
a655bd78
...
@@ -359,17 +359,19 @@ OAI CI Team''',
...
@@ -359,17 +359,19 @@ OAI CI Team''',
replyTo:
'no-reply@openairinterface.org'
,
replyTo:
'no-reply@openairinterface.org'
,
subject:
'$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STAGE_STATUS'
,
subject:
'$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STAGE_STATUS'
,
to:
GIT_COMMIT_EMAIL
to:
GIT_COMMIT_EMAIL
gitlabCommitStatus
(
name:
"test-boris"
)
{
def
message
=
"OAI "
+
PROJECT_NAME
+
" build ("
+
BUILD_NUMBER
+
"); Build Status"
+
BUILD_STAGE_STATUS
build
job:
'test-boris'
,
addGitLabMRComment
comment:
message
parameters:
[
// gitlabCommitStatus(name: "test-boris") {
string
(
name:
'eNB_Repository'
,
value:
String
.
valueOf
(
GIT_URL
)),
// build job: 'test-boris',
string
(
name:
'eNB_Branch'
,
value:
String
.
valueOf
(
env
.
gitlabSourceBranch
)),
// parameters: [
string
(
name:
'eNB_CommitID'
,
value:
String
.
valueOf
(
env
.
gitlabMergeRequestLastCommit
)),
// string(name: 'eNB_Repository', value: String.valueOf(GIT_URL)),
booleanParam
(
name:
'eNB_mergeRequest'
,
value:
true
),
// string(name: 'eNB_Branch', value: String.valueOf(env.gitlabSourceBranch)),
string
(
name:
'eNB_TargetBranch'
,
value:
String
.
valueOf
(
env
.
gitlabTargetBranch
))
// string(name: 'eNB_CommitID', value: String.valueOf(env.gitlabMergeRequestLastCommit)),
]
// booleanParam(name: 'eNB_mergeRequest', value: true),
}
// string(name: 'eNB_TargetBranch', value: String.valueOf(env.gitlabTargetBranch))
}
// ]
// }
// }
}
}
success
{
success
{
script
{
script
{
...
...
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