Skip to content

Commit

Permalink
dump theoretical kubeconfig value
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlaverse committed Jul 27, 2020
1 parent e15ca59 commit 4c2694e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -53,6 +53,8 @@ public boolean start() throws Exception {
new KubeConfigExpander(configFileList));

// Execute the commands in the body within this environment
getContext().get(TaskListener.class).getLogger().println("[kubernetes-cli] !!!DEBUG!!! KUBECONFIG variable set to '"+configFileList +"' (len:"+configFileList.length() + ")");

getContext().newBodyInvoker()
.withContext(envExpander)
.withCallback(new Callback(configFiles))
Expand Down

0 comments on commit 4c2694e

Please sign in to comment.