Jenkinsfile fix for repo address
parent
e6b816efc8
commit
6e60beb6c3
|
@ -27,7 +27,7 @@ pipeline {
|
|||
sh "mvn -N versions:update-child-modules"
|
||||
|
||||
timeout(time: 10, unit: 'MINUTES') {
|
||||
sh "mvn -B -V -U -T4 clean deploy -DaltReleaseDeploymentRepository=releases::default::https://nexus.greshamtech.com/content/repositories/third-party/"
|
||||
sh "mvn -B -V -U -T4 clean deploy -DaltReleaseDeploymentRepository=releases::default::https://nexus.greshamtech.com/content/repositories/thirdparty/"
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
|
Loading…
Reference in New Issue