Changing central maven config (Jenkins change)

This commit is contained in:
Martin Stockhammer 2018-10-24 14:37:06 +02:00
parent 4b43745024
commit 9d120dd649

17
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@
LABEL = 'ubuntu'
buildJdk = 'JDK 1.7 (latest)'
buildMvn = 'Maven 3.5.2'
deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
deploySettings = 'archiva-uid-jenkins'
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
pipeline {
@ -40,21 +40,6 @@ pipeline {
stages {
stage('Checkout') {
steps {
script {
echo "Info: Job-Name=${JOB_NAME}, Branch=${BRANCH_NAME}, Workspace=${PWD}"
}
checkout scm
}
post {
failure {
notifyBuild("Checkout failure")
}
}
}
stage('BuildAndDeploy') {
steps {
timeout(120) {