You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/06 15:25:03 UTC

[incubator-hop] 21/22: HOP-2122

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

hansva pushed a commit to branch integration-tests
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git

commit d1f5876d97c778cd6db6698e4e0e90eab7f256a9
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Dec 6 16:20:01 2020 +0100

    HOP-2122
    
    switch to master branch
---
 Jenkinsfile.daily | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 6620623..8abcdf7 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -84,7 +84,7 @@ pipeline {
         }
         stage('Build & Test') {
             when {
-                branch 'integration-tests'
+                branch 'master'
             }
             steps {
                 echo 'Build & Test'
@@ -96,7 +96,7 @@ pipeline {
                 jdk 'jdk_11_latest'
             }
             when {
-                branch 'integration-tests'
+                branch 'master'
             }
             steps {
                 echo 'Checking Code Quality on SonarCloud'
@@ -107,7 +107,7 @@ pipeline {
         }
         stage('Create Docker image & Run Tests'){
             when {
-                branch 'integration-tests'
+                branch 'master'
             }
             steps {
                 script {
@@ -126,7 +126,7 @@ pipeline {
         }
         stage('Remove docker image'){
             when {
-                branch 'integration-tests'
+                branch 'master'
             }
             steps {
                 sh "docker rmi $imagename:latest"