Update Jenkinsfile

This commit is contained in:
Jonathan 2020-03-12 21:52:18 -04:00
parent f0da0163a8
commit a8409a9a9e

2
Jenkinsfile vendored
View file

@ -24,6 +24,7 @@ pipeline {
sh './mvnw deploy'
}
}
}
post {
success {
mail to: 'bit172@gmail.com',
@ -35,7 +36,6 @@ pipeline {
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
body: "Build Failure, location to build ${env.BUILD_URL}"
}
}
}
}