xebialabs-community / xlr-xldeploy-plugin

The xlr-xldeploy-plugin is a XL Release plugin that allows to start a control task, start a deployment, migrate a deployment package to another server or get the latest version of an application on XL Deploy.
MIT License
9 stars 27 forks source link

Update CI Task #80

Closed kmcallorum closed 7 years ago

kmcallorum commented 7 years ago

Inside the function I have found a difficulty and I am trying to test to see if still exists in latest build but the one we have in production has rolled on this very item.

On the CI for the application we have satisifiesTicketNumber. In XLR when we go to update that field if it does not exist it gives a key error. If I go to XLD and enter some data, then in xlr it works. So if the field does not exist it will not add a new field it tries to update the old field but in the return it does not exist. for example http://XXXXX:4516/deployit/repository/ci/Applications/DPY/Plugins/uhg-xlr-svn-migration-plugin/1.1.2 returns

false false false LATEST false So in XLR we get Exception during execution: KeyError: u'satisfiesTicketNumber' in Githubissues.
  • Githubissues is a development platform for aggregating issues.