Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-06 12:38:49 +00:00
parent c8f9061ef6
commit f03d95e413

1
Jenkinsfile vendored
View File

@@ -5,6 +5,7 @@ pipeline {
steps {
script {
echo "Building the application..."
echo "Branch $BRANCH_NAME"
}
}
}