It looks like when consolidating we removed version trimming. Before the readFile function read the file and removed whitespace. Should we add that logic back OR maybe document it in the release?
|
version = version ?: Jenkinsfile.original.readFile(TERRAFORM_VERSION_FILE) ?: DEFAULT_VERSION |