ServiceNow / servicenow-cicd-azure-extension

Extension for Azure Pipelines to help developers get started faster with ServiceNow's CI/CD APIs
MIT License
12 stars 18 forks source link

'branch_name' for apply remote changes? #30

Closed chiarng closed 3 years ago

chiarng commented 3 years ago

verify that https://github.com/ServiceNow/servicenow-cicd-azure-extension/blob/master/src/lib/SCApply.js#L11 is not supposed to be branch_name vs branch as in https://github.com/ServiceNow/servicenow-cicd-azure-extension/blob/master/src/lib/ServiceNowCICDRestAPIService.js#L226

Reported behavior is that submitting branch names that don't exist doesn't work. And no branch name submitted defaults to master.