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_ORIGIN
I'm getting a error in Pipelines complaining that:"/bin/sh: can't open create-build-info.sh"
So i'm confused, I can't seem to understand where this create-build-info is on the system.
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 calledoctopus.buildinfo
, and then we use that in thebuild-information
command to push commit information
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.