Sitecore.Ship icon indicating copy to clipboard operation
Sitecore.Ship copied to clipboard

Ship provides a CI service layer for Sitecore

Results 50 Sitecore.Ship issues
Sort by recently updated
recently updated
newest added

We are currently facing a issue with Azure devOps deployment pipeline in installing the sitecore packages since Sep 1, 2020, earlier it was working smooth. Build Server (Azure VM) is...

Hi When trying to use Sitecore ship to install packages on a Sitecore 9 installation I'm getting the following error: Method not found: 'Void Sitecore.Update.Installer.XmlEntrySerializer.Serialize(System.Collections.Generic.List`1, System.IO.Stream)'. I'm guessing they changed...

Ability to publish deployed changes to specific publishing target.

enhancement
2 - Working

This is fix for Sitecore 8.2 Update 2 breaking API changes. I made fix portable. Reflection is used to access new API added in Sitecore 8.2 Update 2. Another option...

Hello, We use Sitecore 8.2 rev. 161221 with sitecore.ship installed for CI deployment and publishing, we meet a curious issue as followings: Our site has only one language version for...

Hi, I am using Sitecore8.2 update 5 and try to deploy using VSTS 2017. The release is failing at Sitecore Ship task with the bad request error. Please find the...

Ship returning 404 when trying to install update package. Here is the script i'm trying for. `Invoke-WebRequest -Uri "http://mydomain/services/package/install" -Method Post -ContentType "application/x-www-form-urlencoded" -Body @{"path"="@D:\Users\Parsh\Desktop\test.update";"DisableIndexing"=$true} -UseBasicParsing -TimeoutSec 5000` **And i'm...

Using latest version of Ship from nuget and just upgraded an 8.1 update 2 instance to 8.2 update 2 and while Ship still appears to respond to me posting updates...

None of the items gets deployed to Sitecore. The log below is quiet misleading as looking at this the package should have been installed but actually not. Sitecore.Ship throws exception...

Enable PublishChildren Enable PublishRelatedItems Fixing JSON format { "Items": [ { "ItemId" : "{E9CE4381-E737-495D-BD45-C83688C48A34}", "PublishChildren": "true", "PublishRelatedItems": "false" }, { "ItemId" : "{EB2E4FFD-2761-4653-B052-26A64D385227}", "PublishChildren": "true", "PublishRelatedItems": "true" } ], "TargetDatabases":...