Commit c4de0422 authored by Boris Djalal's avatar Boris Djalal

Save

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 66190162
...@@ -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
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment