tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

Do not prematurely interpolate secret variables in Jenkinsfile #75

Closed konturn closed 2 years ago

konturn commented 2 years ago

As mentioned here, secret variables ought to be interpolated only once a helper script is invoked, and not prematurely within the Jenkinsfile. I've replaced double quotes with single quotes where applicable.

areusch commented 2 years ago

cc @leandron can you take a look?