tlc-pack / tlcpack

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

Revert single-quoting of variables #78

Closed areusch closed 2 years ago

areusch commented 2 years ago

75 inadvertently broke the container rebuild, I think by using single-quoted variables and stopping interpolation.

@Mousius @konturn

konturn commented 2 years ago

Sorry about this--it appears that Groovy does not perform variable interpolation outside of an sh block, and so we need the double quotes for the webhook url. I would recommend also making the necessary changes to JenkinsFile-validate-docker-images as well.