Commit 08cdd9f5 authored by Boris Djalal's avatar Boris Djalal

Echo debug env variables.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 74090c3a
......@@ -350,6 +350,10 @@ pipeline {
echo "PROJECT_NAME = ${PROJECT_NAME}"
echo "BUILD_NUMBER = ${BUILD_NUMBER}"
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
......
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