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
5
votes
1 answer

"The Azure PowerShell session has not been properly initialized" error message in Octopus

I am trying to run the Get-AzureRmEventHubNamespaceKey cmdlet in an Azure Powershell step within Octopus. I am getting the following error: Get-AzureRmEventHubNamespaceKey : The Azure PowerShell session has not been properly …
5
votes
2 answers

Adding a second trigger in task schedule

Have a powershell script that will create a scheduled task, for deployment, by way of Octopus, to a Windows 2012 server. Function…
tombags
  • 61
  • 1
  • 5
5
votes
2 answers

Jenkins Octopus Integration

I am using Jenkins as a CI tool and using Octopus to deploy my JAVA application. But when surfed, i could get solutions to deploy a .Net application using Octopack. But how to pack my JAVA Application and automatically deploy it into the Octopus…
Alla Sasikanth
  • 541
  • 3
  • 7
  • 22
5
votes
1 answer

Powershell job with alternate credentials from Octopus Deploy

I've got an Octopus Tentacle running a deploy script. The tentacle is running as the LocalSystem account. Inside the script, I'm able to do pretty much everything I need, aside from some archive bit. The archive needs to be done under different…
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
5
votes
1 answer

TeamCity Octopus Deploy Create Release cannot read API key

I am using TeamCity for automated testing and now I want to automate my deployments with the Octopus plugin. As of now I can create releases from the octopus server using my TeamCity packages manually but I want to automate it with my builds and…
5
votes
3 answers

TeamCity SVN Commit Message

I'm using automated deployments with TeamCity and Octopus Deploy. Each build is triggered by a commit to the SVN Repository. I'd like to use the commit message, eg "Made some small changes to the layout page" to be used as the release notes on the…
Paul
  • 3,072
  • 6
  • 37
  • 58
5
votes
3 answers

OctoPack failing in TFS Build

I'm using Visual Studio Online with Visual Studio 2013. The build fails with You are trying to build with OctoPack, but the NuGet targets file that OctoPack depends on is not available on this computer. This is probably because the OctoPack package…
The Muffin Man
  • 19,585
  • 30
  • 119
  • 191
5
votes
2 answers

How to specify Octopus built-in variable names in an XML configuration file?

We are testing Octopus Deploy, so we made a sample web.config file that we installed and transform in different environments. web.config transformation and use of custom variable work fine, but I can't get build-in Octopus variables to be…
Vagif Abilov
  • 9,835
  • 8
  • 55
  • 100
5
votes
2 answers

Unable to download package: Could not find package ... in feed

I set up Octopus for the first time to try how it works. So far I installed the Octopus server, the tentacle and configured NuGet as a local feed. I published a package using OctoPack, created a release and I'm trying to deploy it to staging. On the…
Emil Stoychev
  • 81
  • 1
  • 5
5
votes
3 answers

Creating release using Octopus rest API

Please can anybody explain me how to create release using Octopus REST API. I can create a release using octo.exe but have no idea how to do that using REST API. I went through the http://localhost:8080/api, but cant figure it out how to create a…
New Developer
  • 3,245
  • 10
  • 41
  • 78
5
votes
1 answer

Integrating Octopus Deploy and Dynamics CRM

I'm using an on premises version of CRM 2011, which I'm about to begin developing against. We're using Octopus Deploy with some other sites. It would be great if there was a way to import CRM Solutions using a powershell script or wcf service,…
Kye
  • 5,919
  • 10
  • 49
  • 84
5
votes
1 answer

Octopus Deploy not updating web site

I am using octopus deploy to push my website into environments the code gets to the server but octopus doesn't change the web application to point to the new directory. e.g. MVC4WebSite is a web application mapped to the…
Peter
  • 7,792
  • 9
  • 63
  • 94
4
votes
2 answers

How can I get the most recent SSL certificate for a domain using PowerShell?

I'm trying to find the most recent certificate in the Web Hosting certificate store for a given domain (e.g. www.example.com) It's easy enough to find any number of matching certificates, but how can I find only the most recent one, ordered by…
NickG
  • 9,315
  • 16
  • 75
  • 115
4
votes
1 answer

Octopus deployment not picking up a process change

I encountered an error in one of our deployments today so i applied a fix to one of the processes and tried again, however the fix was not picked up. I found i had to create a new release. Is there anyway to force octopus to pick up a change if…
Richard Banks
  • 2,946
  • 5
  • 34
  • 71
4
votes
0 answers

Continuous build Angular-cli application using Teamcity and Octopus Deploy for different environments

I'd like to get some knowledge/thoughts on a situation that is related to my recent experience. In my current project we are using the same setup, Angular-cli for building the production-ready bundles, using teamcity to execute these commands and…