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
[build-and-push] error checking push permissions -- make sure you entered the correct tag name, and that you are authenticated correctly, and try again: getting tag for destination: tag can only contain the runes `abcdefghijklmnopqrstuvwxyz0123456789_-.ABCDEFGHIJKLMNOPQRSTUVWXYZ`: v2
[build-and-push] hhh
Additional Info
OpenShift version:
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0-4-g38212b5", GitCommit:"4a4cd759b616cdba344dd73386727c10d3d2dde1", GitTreeState:"clean", BuildDate:"2020-05-25T22:39:54Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"17+", GitVersion:"v1.17.1+f63db30", GitCommit:"f63db30", GitTreeState:"clean", BuildDate:"2020-05-25T22:57:30Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
$ oc version
Client Version: 4.4.6
Server Version: 4.4.6
Kubernetes Version: v1.17.1+f63db30
Thanks for the issue report! It's true that Tekton doesn't perform any kind of string trimming for results. This has been intentional since we didn't want to make assumptions related to the content that task authors can put into results. But we should document this.
If you're writing a bash script then to prevent a newline being inserted into a result when using echo you can use echo -n. Other tool and shell behaviours will vary but you can typically omit a newline in some way from the content you're writing to result files.
Expected Behavior
Tekton's Results have the line feeds.
Some error occurs when we want to pass parameters directly from the results, for example Kaniko.
Actual Behavior
Tekton's Results have no line feeds.
Example Test Codes
and the console displays the follow:
Example Usage Codes
and the console displays the follow:
Additional Info
The text was updated successfully, but these errors were encountered: