From 9d120dd6490b6dd657f0411ab31855d8de010376 Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Wed, 24 Oct 2018 14:37:06 +0200 Subject: [PATCH] Changing central maven config (Jenkins change) --- Jenkinsfile | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d7b24fe9..6b8667a3f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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) { -- 2.39.5