From de7ca3bf3e2c0f707f62df1b1b8b7b0f8c1386f3 Mon Sep 17 00:00:00 2001 From: Stas Bezuhlyi <56916662+stasbezuhlyi@users.noreply.github.com> Date: Thu, 8 Apr 2021 20:44:39 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index fab8afd6a..ce5a9ba6d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,6 +18,11 @@ pipeline { stage('Build') { steps { echo 'Running build automation' + echo $BUILD_NUMBER + echo $IMAGE_BASE + echo $IMAGE_TAG + echo $IMAGE_NAME + echo $IMAGE_NAME_LATEST sh ''' ./mvnw package '''