Hello
I am currently testing Teamcity and Octopus integration. Impressed so far, however I am experiencing an issue with one of the build steps.
I have a “build” configuration that takes place in TC which triggers another configuration to “Deploy” The Deploy step is set up with dependencies on the build step artifacts.
The deploy step involves:
- Pack
- Push
- Push Build information
All my steps are working fine however step 3, pushes the build information but the link it provides back to the TC build from the Octopus Packages page goes nowhere and gives me this: https://g.octopushq.com/null/viewLog.html?buildId=26217
I have tried various combinations of the Build number etc but none of the configurations seem to work even though the build numbers are consistent from build through to the deploy step
The latest build I have pushed is referencing: buildId=buildId=26224
But the TC build link is actually buildId=26222
Please help as this has worked when the build information step is part of the same build configuration in TC
Thanks