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 60ecbdf  Adding scm checkout for JDK builds
60ecbdf is described below

commit 60ecbdfe0ed2b1d8ea12a5116677062a1c18326a
Author: Martin Stockhammer <[email protected]>
AuthorDate: Fri May 18 20:21:34 2018 +0200

    Adding scm checkout for JDK builds
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5a16a95..12f472f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -85,6 +85,7 @@ pipeline {
                 stage('JDK9') {
                     steps {
 
+                        checkout scm
                         ws("${env.JOB_NAME}-JDK9") {
                             timeout(120) {
                                 withMaven(maven: buildMvn, jdk: buildJdk9,
@@ -105,7 +106,7 @@ pipeline {
                 }
                 stage('JDK10') {
                     steps {
-
+                        checkout scm
                         ws("${env.JOB_NAME}-JDK10") {
                             timeout(120) {
                                 withMaven(maven: buildMvn, jdk: buildJdk10,

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to