Skip to content

Commit

Permalink
Update src/main/java/org/jenkinsci/plugins/docker/commons/impl/Regist…
Browse files Browse the repository at this point in the history
…ryKeyMaterialFactory.java

Co-Authored-By: Oleg Nenashev <[email protected]>
  • Loading branch information
arthurvanduynhoven and oleg-nenashev authored Jan 6, 2020
1 parent cef2e2f commit 5ba1316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public KeyMaterial materialize() throws IOException, InterruptedException {
// Need to get tmp dir - get base dir length and increase by 1 to include the path separator
String existingTmpConfigDir = existingDockerSecretConfigPath.substring(baseDir.getRemote().length() + 1);
FilePath existingDockerConfigPath = baseDir.child(existingTmpConfigDir).child(DOCKER_CONFIG_FILENAME);
dockerConfig = UpdateDockerConfigFromSource(dockerConfig, existingDockerConfigPath, BLACKLISTED_NESTED_PROPERTIES);
dockerConfig = updateDockerConfigFromSource(dockerConfig, existingDockerConfigPath, BLACKLISTED_NESTED_PROPERTIES);
}

try {
Expand Down

0 comments on commit 5ba1316

Please sign in to comment.