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.git
The following commit(s) were added to refs/heads/master by this push:
new 4c2c8f0 Changing credential string for dockerhub.
4c2c8f0 is described below
commit 4c2c8f02b6295310e68638acccff3d13ae6e8d93
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Jan 20 20:14:17 2019 +0100
Changing credential string for dockerhub.
---
Jenkinsfile-itest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile-itest b/Jenkinsfile-itest
index fcdc1cd..aa7d3bb 100644
--- a/Jenkinsfile-itest
+++ b/Jenkinsfile-itest
@@ -28,7 +28,7 @@ LABEL = 'ubuntu'
buildJdk = 'JDK 1.8 (latest)'
buildMvn = 'Maven 3.5.2'
deploySettings = 'archiva-uid-jenkins'
-DOCKERHUB_CREDS = '10a5f89e-504b-11e8-945d-7fd7b29cc41c'
+DOCKERHUB_CREDS = 'c725478f-9125-460a-900f-1da562e51026'
//localRepository = ".repository"
localRepository = "../.maven_repositories/${env.EXECUTOR_NUMBER}"