h2oai / h2o-jenkins-pipeline-lib

Library of different Jenkins pipeline building blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s3up is unable to use parent job's env

achraf-mer opened this issue · comments

Looks like the s3up is not able to use the parent job's env variable on jenkins and reads it as null, which forces us to extract values from env before using the s3up.

Failing example:

s3up {
...
version = "${env.BUILD_ID}"
...
}