Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,7 +7,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
echo "Testing the application..."
|
||||
echo "Executing pipeline for branch $BRANCH_NAME"
|
||||
// echo "Executing pipeline for branch $BRANCH_NAME"
|
||||
buildJar()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user