mirror of https://github.com/apache/archiva.git
fix maven version in Jenkinsfile
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
e7f7e70992
commit
4d93c1f457
|
@ -29,7 +29,7 @@
|
||||||
*/
|
*/
|
||||||
LABEL = 'ubuntu'
|
LABEL = 'ubuntu'
|
||||||
buildJdk = 'jdk_1.8_latest'
|
buildJdk = 'jdk_1.8_latest'
|
||||||
buildMvn = 'maven_3.8.5'
|
buildMvn = 'maven_3.8.7'
|
||||||
deploySettings = 'archiva-uid-jenkins'
|
deploySettings = 'archiva-uid-jenkins'
|
||||||
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
|
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
|
||||||
|
|
||||||
|
@ -134,4 +134,4 @@ def notifyBuild(String buildStatus) {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// vim: et:ts=4:sw=4:ft=groovy
|
// vim: et:ts=4:sw=4:ft=groovy
|
||||||
|
|
Loading…
Reference in New Issue