mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Debugging groovy
This commit is contained in:
parent
3dcc3019bc
commit
082bc1618e
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ def myParams = [:];
|
|||
def fetchParamsFromGitLog() {
|
||||
// Copy configured params
|
||||
for (entry in params) {
|
||||
println("Fetching entry from params: ${entry}");
|
||||
println("Fetching entry from params: key=${entry.key}, value=${entry.value}");
|
||||
myParams[entry.key] = entry.value;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue