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
2019/08/20 14:34:09 Evaluation error: Helper datetime called with argument 0 with type int64 but it should be float64
--
2 | Current node:
3 | String{Value:'UTC+7', Pos:415}
The param is not even optional, I cannot just put {{datetime build.started}}. It will output error like this
2019/08/20 14:41:27 Evaluation error: Helper 'datetime' called with wrong number of arguments, needed 3 but got 1
--
2 | Current node:
3 | Path{Original:'build.started', Pos:391}
The text was updated successfully, but these errors were encountered:
Variable build.started is int64. It is incompatible with template datetime, which receive float64 and exactly 3 parameters
I try to do this
and receive error
The param is not even optional, I cannot just put {{datetime build.started}}. It will output error like this
The text was updated successfully, but these errors were encountered: