Deploying from Jenkins not working
bbriggs@bloommg.com
Posts: 6
I am trying to deploy changes to my test database through jenkins. This is the script in Jenkins that I am using.
set scriptpath=%workspace%
cd C:\Program Files (x86)\Red Gate\Deployment Manager\ToolsRgPublish.exe /overwrite /verbose /version=%VersionNumber% /packageid=MondayPackage /target=feed:http://localhost:81/nuget/ /source="%scriptpath%"
When I deploy from my deployment server, it is not generating a change script.
If I use the Deployment Manager Publisher from my database, I can run a release from my deployment server and it works fine.
Let me know what information you may need next and I will forward that to you.
Thanks.
set scriptpath=%workspace%
cd C:\Program Files (x86)\Red Gate\Deployment Manager\ToolsRgPublish.exe /overwrite /verbose /version=%VersionNumber% /packageid=MondayPackage /target=feed:http://localhost:81/nuget/ /source="%scriptpath%"
When I deploy from my deployment server, it is not generating a change script.
If I use the Deployment Manager Publisher from my database, I can run a release from my deployment server and it works fine.
Let me know what information you may need next and I will forward that to you.
Thanks.
Comments
Creating a database package is not supported in RgPublish. You need to use SqlCI instead, which can be downloaded as part of our Sql Automation Pack
Hope that helps
Robin
Test Engineer
DLM Automation