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
08cdd9f5
Commit
08cdd9f5
authored
Apr 19, 2019
by
Boris Djalal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Echo debug env variables.
Signed-off-by:
Boris Djalal
<
boris.djalal@eurecom.fr
>
parent
74090c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ci-scripts/test-boris-Jenkinsfile
ci-scripts/test-boris-Jenkinsfile
+5
-1
No files found.
ci-scripts/test-boris-Jenkinsfile
View file @
08cdd9f5
...
...
@@ -349,7 +349,11 @@ pipeline {
//sh "./ci-scripts/oai-ci-vm-tool destroy --job-name ${JOB_NAME} --build-id ${BUILD_ID}"
echo
"PROJECT_NAME = ${PROJECT_NAME}"
echo
"BUILD_NUMBER = ${BUILD_NUMBER}"
echo
"BUILD_STAGE_STATUS = ${BUILD_STAGE_STATUS}"
echo
"BUILD_STAGE_STATUS = ${BUILD_STAGE_STATUS}"
echo
"GIT_URL = ${GIT_URL}"
echo
"env.gitlabSourceBranch = ${env.gitlabSourceBranch}"
echo
"env.gitlabMergeRequestLastCommit = ${env.gitlabMergeRequestLastCommit}"
echo
"env.gitlabTargetBranch = ${env.gitlabTargetBranch}"
emailext
attachmentsPattern:
'*results*.html'
,
body:
'''Hi,
Here are attached HTML report files for $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STAGE_STATUS
...
...
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