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
Trying to do a jx project import of a rust application.
The import goes well but I get an error when the pipeline tries to build, or copy the build.
Showing logs for build <github user>/<application name>/master #8 release stage from-build-pack and container step-build-copy-bin
cp: cannot stat '/tekton/home/.cargo/bin/REPLACE_ME_APP_NAME': No such file or directory
Pipeline failed on stage 'from-build-pack' : container 'step-build-copy-bin'. The execution of the pipeline has stopped.
Error: cp: cannot stat '/tekton/home/.cargo/bin/REPLACE_ME_APP_NAME': No such file or directory
It seems there is missing some replacement of the REPLACE_ME_APP_NAME placeholder.
Trying to do a
jx project import
of a rust application.The import goes well but I get an error when the pipeline tries to build, or copy the build.
Error:
cp: cannot stat '/tekton/home/.cargo/bin/REPLACE_ME_APP_NAME': No such file or directory
It seems there is missing some replacement of the
REPLACE_ME_APP_NAME
placeholder.Line:
jenkins-x-classic/packs/rust/pipeline.yaml
Line 31 in 1271ce2
Not sure if I should override the line/part of the pipeline, or if this is just a "feature" that needs fixing?
I have created an override block and that did the trick.
From jenkins-x.yaml
But I guess a fix to the real problem would be great.
I can see that this here bug relates to Issue #18, where there are a fix in PR #20
The text was updated successfully, but these errors were encountered: