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