This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new f2add2f [GRADUATION] update references to remove incubator
f2add2f is described below
commit f2add2f7af77e8f30c0ccdffa43f9d56c3404b6c
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Dec 29 09:39:24 2021 +0100
[GRADUATION] update references to remove incubator
---
Jenkinsfile | 4 ++--
Jenkinsfile.daily | 2 +-
docker/integration-tests/integration-tests-hop_server.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f6ca0ee..8fa0923 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,8 +36,8 @@ pipeline {
environment {
MAVEN_SKIP_RC = true
- DOCKER_REPO='docker.io/apache/incubator-hop'
- DOCKER_REPO_WEB='docker.io/apache/incubator-hop-web'
+ DOCKER_REPO='docker.io/apache/hop'
+ DOCKER_REPO_WEB='docker.io/apache/hop-web'
}
options {
diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index f5e6692..9467254 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -91,7 +91,7 @@ pipeline {
steps {
echo 'Checking Code Quality on SonarCloud'
withCredentials([string(credentialsId:
'sonarcloud-key-apache-hop', variable: 'SONAR_TOKEN')]) {
- sh 'mvn sonar:sonar -Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-hop
-Dsonar.branch.name=${BRANCH_NAME} -Dsonar.login=${SONAR_TOKEN}'
+ sh 'mvn sonar:sonar -Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=apache -Dsonar.projectKey=apache_hop
-Dsonar.branch.name=${BRANCH_NAME} -Dsonar.login=${SONAR_TOKEN}'
}
}
}
diff --git a/docker/integration-tests/integration-tests-hop_server.yaml
b/docker/integration-tests/integration-tests-hop_server.yaml
index f2f6320..ef33006 100644
--- a/docker/integration-tests/integration-tests-hop_server.yaml
+++ b/docker/integration-tests/integration-tests-hop_server.yaml
@@ -28,7 +28,7 @@ services:
- hop_server
hop_server:
- image: apache/incubator-hop:Development
+ image: apache/hop:Development
hostname: hop-server
ports:
- "8181"