Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 16:53:58 +00:00
parent e68743b02d
commit 02aef32659

6
Jenkinsfile vendored
View File

@@ -5,10 +5,8 @@ pipeline {
stages {
stage('test') {
steps {
script {
echo "Testing the application..."
echo "Executing pipeline for branch $BRANCH_NAME"
}
echo "Testing the application..."
echo "Executing pipeline for branch $BRANCH_NAME"
buildJar
}
}