Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Azure Web Deployment Script Template against a Cloud Target fails to find package #2655

Closed
zentron opened this issue Aug 24, 2016 · 4 comments
Assignees
Labels
kind/bug This issue represents a verified problem we are committed to solving priority (obsolete) This issue has been recognised as a priority and should be addressed as soon as possible
Milestone

Comments

@zentron
Copy link

zentron commented Aug 24, 2016

Server: 3.4.0

  1. Create a Azure Web App Deployment step template.
  2. Reference step in project an set role to deploy to cloud region target
  3. Deploy

Result: Deployment fails with below error
image

Source: http://help.octopusdeploy.com/discussions/problems/47172

Workaround

Create a brand new step or step template and copy the details across.

@zentron zentron added the kind/bug This issue represents a verified problem we are committed to solving label Aug 24, 2016
@michaelnoonan
Copy link
Contributor

We discovered the source of this problem:

  • Brand new steps in 3.4.x get a property RunOnServer = true which has the side-effect of downloading the package on the Octopus Server
  • Steps which are upgraded from before 3.4.x don't have that property, and the packages were being ignored due to a bug in Package Acquisition.

We propose to fix the logic on the Octopus Server in Package Acquisition planning, and improve the logging. Also the UI says slightly different messages based on RunOnServer = true so we should consider making this consistent.

@michaelnoonan michaelnoonan added the priority (obsolete) This issue has been recognised as a priority and should be addressed as soon as possible label Sep 7, 2016
@tothegills
Copy link
Contributor

tothegills commented Sep 22, 2016

Release note: Package acquisition for upgraded Azure steps should now work again

@tothegills tothegills added this to the 3.4.11 milestone Sep 22, 2016
@lock
Copy link

lock bot commented Nov 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug This issue represents a verified problem we are committed to solving priority (obsolete) This issue has been recognised as a priority and should be addressed as soon as possible
Projects
None yet
Development

No branches or pull requests

4 participants