Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-08 14:30:28 +03:00 committed by GitHub
parent c2bce7ee5c
commit ff288d21df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -8,7 +8,6 @@ pipeline {
} }
} }
stage ('Test maven') { stage ('Test maven') {
steps {
try { try {
sh ''' sh '''
mvn --version mvn --version
@ -18,7 +17,6 @@ pipeline {
sh "echo error Maven test" sh "echo error Maven test"
} }
} }
}
stage('Build') { stage('Build') {
steps { steps {
echo 'Running build automation' echo 'Running build automation'