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
The following commit(s) were added to refs/heads/integration-tests by this push:
new ebc6139 HOP-2122
ebc6139 is described below
commit ebc6139871c9f7e6a1835826d538490cb16c1201
Author: Hans Van Akelyen <[email protected]>
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"