You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will have to lower the level of validation we provide if there is an interpolation since on the server we may not have all possible values to interpolate with.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
If you have a question, prepend your issue with
[question]
or preferably use the nomad mailing list.If filing a bug please include the following:
Nomad version
Output from
nomad version
Nomad v0.8.4 (dbee1d7)
Operating system and Environment details
Amazon Linux 1 2018.03.1
Issue
I looked at the release notes and didn't see this so I don't think it's my version.
When trying to use a meta variable and interpolation for a checksum of an artifact it fails out with an error message:
I originally had
md5:${NOMAD_META_ARTIFACT_MD5}
but also tried putting themd5:
in the variable to no success.Reproduction steps
Attempt to use interpolation in the checksum of an artifact
Run nomad job plan on your job file.
Nomad Server logs (if appropriate)
Nomad Client logs (if appropriate)
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: