This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new 9d120dd Changing central maven config (Jenkins change)
9d120dd is described below
commit 9d120dd6490b6dd657f0411ab31855d8de010376
Author: Martin Stockhammer <[email protected]>
AuthorDate: Wed Oct 24 14:37:06 2018 +0200
Changing central maven config (Jenkins change)
---
Jenkinsfile | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9d7b24f..6b8667a 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) {