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
ZhouShuya
OpenXG-RAN
Commits
7e9dc7ba
Commit
7e9dc7ba
authored
Apr 19, 2019
by
Boris Djalal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test
Signed-off-by:
Boris Djalal
<
boris.djalal@eurecom.fr
>
parent
6c0eb970
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
ci-scripts/test-boris-Jenkinsfile
ci-scripts/test-boris-Jenkinsfile
+12
-12
No files found.
ci-scripts/test-boris-Jenkinsfile
View file @
7e9dc7ba
...
@@ -359,18 +359,18 @@ OAI CI Team''',
...
@@ -359,18 +359,18 @@ 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
def
message
=
"OAI "
+
PROJECT_NAME
+
" build ("
+
BUILD_NUMBER
+
"); Build Status"
+
BUILD_STAGE_STATUS
//
def message = "OAI " + PROJECT_NAME + " build (" + BUILD_NUMBER + "); Build Status" + BUILD_STAGE_STATUS
addGitLabMRComment
comment:
message
//
addGitLabMRComment comment: message
//
gitlabCommitStatus(name: "test-boris") {
gitlabCommitStatus
(
name:
"test-boris"
)
{
//
build job: 'test-boris',
build
job:
'test-boris'
,
//
parameters: [
parameters:
[
//
string(name: 'eNB_Repository', value: String.valueOf(GIT_URL)),
string
(
name:
'eNB_Repository'
,
value:
String
.
valueOf
(
GIT_URL
)),
//
string(name: 'eNB_Branch', value: String.valueOf(env.gitlabSourceBranch)),
string
(
name:
'eNB_Branch'
,
value:
String
.
valueOf
(
env
.
gitlabSourceBranch
)),
//
string(name: 'eNB_CommitID', value: String.valueOf(env.gitlabMergeRequestLastCommit)),
string
(
name:
'eNB_CommitID'
,
value:
String
.
valueOf
(
env
.
gitlabMergeRequestLastCommit
)),
//
booleanParam(name: 'eNB_mergeRequest', value: true),
booleanParam
(
name:
'eNB_mergeRequest'
,
value:
true
),
//
string(name: 'eNB_TargetBranch', value: String.valueOf(env.gitlabTargetBranch))
string
(
name:
'eNB_TargetBranch'
,
value:
String
.
valueOf
(
env
.
gitlabTargetBranch
))
//
]
]
//
}
}
}
}
}
}
success
{
success
{
...
...
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