updated pom

This commit is contained in:
Ziver Koc 2017-10-26 17:24:13 +02:00
parent 8eea9f6b90
commit e3983b7e9f

2
Jenkinsfile vendored
View file

@ -10,7 +10,7 @@ mavenConfiguration = [
node { node {
stage('Checkout') { stage('Checkout') {
git url: "https://" + env.REPO_URL checkout scm
} }
withMaven(mavenConfiguration) { withMaven(mavenConfiguration) {