diff --git a/Jenkinsfile b/Jenkinsfile index c3d023f..d54a0f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,7 @@ pipeline { steps { script { echo "Building the application..." + echo "Branch $BRANCH_NAME" } } }