This commit is contained in:
Ziver Koc 2020-02-12 13:32:13 +01:00
parent 69dfa1ca0c
commit c1fd74bc8c
2 changed files with 3 additions and 20 deletions

1
Jenkinsfile vendored
View file

@ -30,7 +30,6 @@ node {
stage('Deploy') {
sh "mvn ${mvnParams} releaser:release"
sh "mvn ${mvnParams} scm:tag"
}
}
}