Update Jenkinsfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -5,10 +5,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('test') {
|
stage('test') {
|
||||||
steps {
|
steps {
|
||||||
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user