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