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
c4de0422
Commit
c4de0422
authored
Apr 18, 2019
by
Boris Djalal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Save
Signed-off-by:
Boris Djalal
<
boris.djalal@eurecom.fr
>
parent
66190162
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
ci-scripts/test-boris-Jenkinsfile
ci-scripts/test-boris-Jenkinsfile
+5
-4
No files found.
ci-scripts/test-boris-Jenkinsfile
View file @
c4de0422
...
@@ -50,6 +50,7 @@ def eNB_Branch
...
@@ -50,6 +50,7 @@ def eNB_Branch
def
eNB_CommitID
def
eNB_CommitID
def
eNB_AllowMergeRequestProcess
=
false
def
eNB_AllowMergeRequestProcess
=
false
def
eNB_TargetBranch
def
eNB_TargetBranch
def
PROJECT_NAME
=
"test-boris"
// Global Parameters not to break the main.py command line and code.
// Global Parameters not to break the main.py command line and code.
def
ADB_IPAddress
=
"none"
def
ADB_IPAddress
=
"none"
def
ADB_Username
=
"none"
def
ADB_Username
=
"none"
...
@@ -332,17 +333,17 @@ pipeline {
...
@@ -332,17 +333,17 @@ pipeline {
script
{
script
{
// Stage destroy may not be run if error in previous stage
// Stage destroy may not be run if error in previous stage
//sh "./ci-scripts/oai-ci-vm-tool destroy --job-name ${JOB_NAME} --build-id ${BUILD_ID}"
//sh "./ci-scripts/oai-ci-vm-tool destroy --job-name ${JOB_NAME} --build-id ${BUILD_ID}"
//
echo "PROJECT_NAME = ${PROJECT_NAME}"
echo
"PROJECT_NAME = ${PROJECT_NAME}"
echo
"BUILD_NUMBER = ${BUILD_NUMBER}"
echo
"BUILD_NUMBER = ${BUILD_NUMBER}"
echo
"
BUILD_STATUS = ${BUILD_STATUS
}"
echo
"
buildStageStatus = ${buildStageStatus
}"
emailext
attachmentsPattern:
'*results*.html'
,
emailext
attachmentsPattern:
'*results*.html'
,
body:
'''Hi,
body:
'''Hi,
Here are attached HTML report files for $PROJECT_NAME - Build # $BUILD_NUMBER - $
BUILD_STATUS
!
Here are attached HTML report files for $PROJECT_NAME - Build # $BUILD_NUMBER - $
buildStageStatus
!
Regards,
Regards,
OAI CI Team'''
,
OAI CI Team'''
,
replyTo:
'no-reply@openairinterface.org'
,
replyTo:
'no-reply@openairinterface.org'
,
subject:
'$PROJECT_NAME - Build # $BUILD_NUMBER - $
BUILD_STATUS
!'
,
subject:
'$PROJECT_NAME - Build # $BUILD_NUMBER - $
buildStageStatus
!'
,
to:
env
.
gitlabUserEmail
to:
env
.
gitlabUserEmail
}
}
}
}
...
...
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