Skip to content
Discussion options

You must be logged in to vote

Likely is related to this

protected Map collectOutEnvMap(Path workDir) {
final env = workDir.resolve(TaskRun.CMD_ENV).text
final result = new HashMap(50)
for(String line : env.readLines() ) {
def (k,v) = line.tokenize('=')
result.put(k,v)
}
return result
}

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by HarryHung
Comment options

You must be logged in to vote
1 reply
@pditommaso
Comment options

Comment options

You must be logged in to vote
5 replies
@mribeirodantas
Comment options

@pditommaso
Comment options

@HarryHung
Comment options

@HarryHung
Comment options

@mribeirodantas
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants