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