Questions tagged [octopus-deploy]

Octopus Deploy is an automated deployment system designed for .NET developers. It also supports other languages/platforms and non-Windows deployment.

Octopus Deploy is an automated deployment system for ASP.NET applications and Windows Services.

Links:

804 questions
0
votes
1 answer

TFS with OctoDeploy: deployment Octopus Exited with code - -1

I have intermittent build failure in TFS How do you solve Octopus Exited with code - 1 Exception Message: Octopus Exited with code - -1 (type Exception) Exception Stack Trace: at System.Activities.Statements.Throw.Execute(CodeActivityContext…
cpoDesign
  • 8,953
  • 13
  • 62
  • 106
0
votes
1 answer

Specifying Nuget Package version in Octopus Deploy

Basically I am trying to specify the Nuget package version on a step in a process in octopus. We have a fairly straightforward process where we use Teamcity to create a Nuget package and upload it to the octopus, we then ask octopus to create a…
wdhough
  • 155
  • 3
  • 12
0
votes
1 answer

Intermittent Error - The service did not respond to the start or control request in a timely fashion

I have a windows service that I am deploying using octopus. The deployment is working fine for 90 % of the time. If I deploy the service early in the morning I will get the "The service did not respond to the start or control request in a timely…
Captain0
  • 2,583
  • 2
  • 28
  • 44
0
votes
0 answers

How to start angularjs app with teamcity

I've created a angularjs application with a restful node backend service. I'm using teamcity to build and deploy my application to a windows server my build steps are: npm install -g grunt-cli npm install -g bower npm install bower…
user1952312
  • 258
  • 1
  • 4
  • 13
0
votes
2 answers

IIS 8 Error when Installing Octopus Deploy Server on Windows Server 2012

I wonder if anyone has encountered the above issue: I was able to install the server successfully but when it comes to run the utility that configures the octopus settings, I get the following error One or more windows features need to be enabled…
lacoder
  • 1,253
  • 1
  • 11
  • 22
0
votes
1 answer

Uninstalling an MSI using msiexec and GUID

I have been working on setting up a deployment pipeline for a customer using Octopus Deploy. The customer is building an MSI from a Visual Studio 2013 Solution (sadly, by using an old .vdproj, but that's another story). I am wrapping the MSI inside…
0
votes
2 answers

Octopack for .Net 2.0 and msbuild 2.0

I was setting up number of projects to build NuGet packages and push onto NuGet server, so it could be later used by Octopus Deploy. All was fine until I needed to apply the same process to legacy projects. The error was: error MSB4062: The…
Alex M
  • 2,410
  • 1
  • 24
  • 37
0
votes
1 answer

TeamCity publishes NuGet package multiple times

I have a TeamCity project that builds a C# .NET solution and builds a NuGet package for deployment. One of the steps then publishes the NuGet package to an Octopus Deploy library repository. For some reason my TeamCity project is pushing the NuGet…
ihatemash
  • 1,474
  • 3
  • 21
  • 42
0
votes
1 answer

Retrieve --packageversion passed from TeamCity as a command line argument

When I create release from TeamCity, I specify --packageversion %build.number% as an additional command line argument. Is there a way to read that variable in Octopus Deploy? Looking at documentation, I've found only one variable containing…
SiberianGuy
  • 24,674
  • 56
  • 152
  • 266
0
votes
1 answer

Deploy Nuget package to multiple sites usingOctopus Deploy

I have 10 different sites that are the exact same site files just deployed to 10 different IIS sites. The only difference between the 10 sites is a web.config variable SystemID. This ID is used to pull the clients connectionstring from a DB before…
ihatemash
  • 1,474
  • 3
  • 21
  • 42
0
votes
2 answers

Octopus Deploy zip

I am deploying a nuget package that comes to Octopus Deploy from TeamCity. What I need to do is to apply config transforms and deploy the zip archive of that package content (Windows Application binaries) to a specific folder of the tentacle. I even…
SiberianGuy
  • 24,674
  • 56
  • 152
  • 266
0
votes
1 answer

Octopus nuget feed duplicated package names

I deploy several projects at one Octopus Deploy server. Some of the project names (i. e. Web) are the same between different Octopus projects. So when I publish these packages to a Octopus nuget feed, I guess they will overwrite each other (in case…
SiberianGuy
  • 24,674
  • 56
  • 152
  • 266
0
votes
1 answer

Octopus Deploy: Set deployment limitation between multiple environments

I have multiple environments on Octopus Deploy and everything working fine. I want to add one limitation but I cannot find way how to solve this. Example I have CD, QA and Staging environments. From TFS it is always deployed to CD environment…
kat1330
  • 5,134
  • 7
  • 38
  • 61
0
votes
1 answer

why can't OctopusDeploy restore my octobak file?

I am trying to move one Octopus Deploy server from a 64bit win 2012 R2 server (machine1), to a smaller, x86 windows 2008 R2 server (machine2). I copied the .octobak file, and MasterKey, ran the restore db, got error. Is it even possible to restore…
user2282496
  • 235
  • 4
  • 13
0
votes
1 answer

Missing bin folder in Nuget package

I am deploying asp.net web site via Octopus deploy. In TFS build definition I specified PowerShell script which pack and push Nuget package. Everything working working well except one thing: bin folder is not included in Nuget package. When I tried…
kat1330
  • 5,134
  • 7
  • 38
  • 61