Skip to content

Commit 5ea6680

Browse files
authored
Merge pull request #109 from infosiftr/DOCKERHUB_PUBLIC_PROXY_HOST
Remove `DOCKERHUB_PUBLIC_PROXY_HOST` from Jenkinsfiles
2 parents 0ba581a + b631bb6 commit 5ea6680

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Jenkinsfile.deploy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ node('put-shared') { ansiColor('xterm') {
7676

7777
withCredentials([
7878
string(credentialsId: 'dockerhub-public-proxy', variable: 'DOCKERHUB_PUBLIC_PROXY'),
79-
string(credentialsId: 'dockerhub-public-proxy-host', variable: 'DOCKERHUB_PUBLIC_PROXY_HOST'),
8079
]) {
8180
stage('Deploy') {
8281
sh '''#!/usr/bin/env bash

Jenkinsfile.meta

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ node {
5151
withCredentials([
5252
// thanks to rate limits, we either have to "docker login" or look things up via our proxy
5353
string(credentialsId: 'dockerhub-public-proxy', variable: 'DOCKERHUB_PUBLIC_PROXY'),
54-
string(credentialsId: 'dockerhub-public-proxy-host', variable: 'DOCKERHUB_PUBLIC_PROXY_HOST'),
5554
]) {
5655
stage('Fetch') {
5756
sh 'bashbrew --library .doi/library fetch --all'

0 commit comments

Comments
 (0)