]> source.dussan.org Git - archiva.git/commitdiff
Changing central maven config (Jenkins change)
authorMartin Stockhammer <martin.stockhammer@ars.de>
Wed, 24 Oct 2018 12:37:06 +0000 (14:37 +0200)
committerMartin Stockhammer <martin.stockhammer@ars.de>
Wed, 24 Oct 2018 12:37:06 +0000 (14:37 +0200)
Jenkinsfile

index 9d7b24fe92de34496a869202956e51e02b853e83..6b8667a3f34493a4f712480e63c225707d13f991 100644 (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) {