Sitecore.Ship
Sitecore.Ship copied to clipboard
Ship provides a CI service layer for Sitecore
When uploading a package using the /services/package/install/fileupload endpoint in a version compiled for Sitecore 8, i get the following exception: Exception Details: System.IO.IOException: The process cannot access the file 'C:\projects\ci\cidevelopment\Website\temp\48ca187f-d7f5-4ad9-adce-02343dd46d53.update'...
When I use the binaries from the NuGet package and run /services/about - I get the version number as expected. However I needed to change the base URL from /services/...
How do we create a new endpoint in sitecoreship? My requirement: I want to post a Sitecore .update package to that new endpoint located in the target instance and get...
tools\curl\curl.exe -i -X POST http://ship/services/publish/listofitems --header "Content-Type: application/x-www-form-urlencoded" --header "Content-Length: 0" -H "Accept:application/json" Actual: ``` HTTP/1.1 202 Accepted ``` Expected: ``` HTTP/1.1 204 No Content ```
Hi, We are using Sitecore.NET 7.1 (rev. 140130) and use Sitecore ship with our CI CD process to do the content deployment. Sitecore ship does its job well with the...
Hi, We have a new instance of Sitecore and had pushed our website code which also included the SitecoreShip DLLs and ship.config. We additionally pushed code for a separate commerce...
Hi! I'm using your great tool to try to automate Sitecore 7 & 8 deployments, and I'm having a strange issue at the latest step: publishing the installed items is...
Sitecore version xp 8.1 sitecore ship version 0.3.5 when attempting a post to [servername]/services/package/install/fileupload I get the following 500 error. Nancy.RequestExecutionException: Oh noes! ---> System.MissingMethodException: Method not found: 'System.String Sitecore.Update.UpdateHelper.SaveInstallationMessages(System.Collections.Generic.List`1,...
I had to download the source and build my own sitecore ship because of using sitecore 8.1. Everything was working fine until our content editors renamed an area of our...
Directory paths are not properly quoted, causing the command line build to fail to getnerate a package as shown below ``` StdPackage: C:\development\Open Source\ship\.nuget\nuget.exe pack C:\development\Open Source\ship\Build\packaging\Sitecore.Ship.AspNet.nus pec -Verbosity detailed...