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