You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/05/18 20:55:03 UTC

[archiva-redback-core] branch master updated: Fixed checkout

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 6108018  Fixed checkout
6108018 is described below

commit 6108018035c3320707af7060ac8d635b4a9123e7
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Fri May 18 22:55:00 2018 +0200

    Fixed checkout
---
 Jenkinsfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 12f472f..ea6884e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -84,9 +84,8 @@ pipeline {
             parallel {
                 stage('JDK9') {
                     steps {
-
-                        checkout scm
                         ws("${env.JOB_NAME}-JDK9") {
+                            checkout scm
                             timeout(120) {
                                 withMaven(maven: buildMvn, jdk: buildJdk9,
                                         mavenSettingsConfig: deploySettings,
@@ -106,8 +105,8 @@ pipeline {
                 }
                 stage('JDK10') {
                     steps {
-                        checkout scm
                         ws("${env.JOB_NAME}-JDK10") {
+                            checkout scm
                             timeout(120) {
                                 withMaven(maven: buildMvn, jdk: buildJdk10,
                                         mavenSettingsConfig: deploySettings,

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.