diff options
-rw-r--r-- | Jenkinsfile | 17 |
1 files changed, 1 insertions, 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) { |