aegershman / pivotal-tracker-resource

pivotal tracker resource for concourse.

Home Page:https://hub.docker.com/r/aegershman/pivotal-tracker-resource/tags/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept ownerIDs as a string rather than an int

aegershman opened this issue · comments

screen shot 2018-03-09 at 4 31 21 pm

Whenever integers are used as param values, Concourse treats it as scientific notation. Whenever you run set-pipeline, every single time it treats it as a changed value. One option would be to accept large int values as strings && parse them as ints within the code.