Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 16:56:56 +00:00
parent 02aef32659
commit a026af6e2f

8
Jenkinsfile vendored
View File

@@ -5,9 +5,11 @@ pipeline {
stages {
stage('test') {
steps {
echo "Testing the application..."
echo "Executing pipeline for branch $BRANCH_NAME"
buildJar
script {
echo "Testing the application..."
echo "Executing pipeline for branch $BRANCH_NAME"
buildJar
}
}
}
stage('build') {