diff --git a/Jenkinsfile b/Jenkinsfile index b0b3e08..f62ab17 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,10 +15,12 @@ pipeline { } stages { stage('Echo environment variables'){ - echo "BRANCH_NAME: ${BRANCH_NAME}" - echo "JOB_NAME: ${JOB_NAME}" - echo "BRANCH_IS_PRIMARY ${BRANCH_IS_PRIMARY}" - echo "TAG_NAME: ${TAG_NAME}" + steps { + echo "BRANCH_NAME: ${BRANCH_NAME}" + echo "JOB_NAME: ${JOB_NAME}" + echo "BRANCH_IS_PRIMARY ${BRANCH_IS_PRIMARY}" + echo "TAG_NAME: ${TAG_NAME}" + } } stage('Build docker image') { steps {