I'm trying to add a step which allows me to publish to octopus deploy some release notes attached. I followed this article
https://octopus.com/blog/bitbucket-pipes-and-octopus-deploy#push-build-information-to-octopus.On this step/bin/sh create-build-info.sh $BITBUCKET_REPO_OWNER $BITBUCKET_REPO_SLUG $BITBUCKET_BUILD_NUMBER $BITBUCKET_COMMIT $BITBUCKET_BRANCH $BITBUCKET_GIT_HTTP_ORIGINI'm getting a error in Pipelines complaining that:<span>"/bin/sh: can't open create-build-info.sh"</span>So i'm confused, I can't seem to understand where this create-build-info is on the system.
<span>"/bin/sh: can't open create-build-info.sh"</span>
Nowhere, the blog post just describes what that file is supposed to do without sharing the source of it:
The create-build-info.sh script creates a JSON payload output file called octopus.buildinfo, and then we use that in the build-information command to push commit information
create-build-info.sh
octopus.buildinfo
build-information
It looks like you're new here. Sign in or register to get started.