colindembovsky / cols-agent-tasks

Colin's ALM Corner Custom Build Tasks
MIT License
83 stars 67 forks source link

Fails if there are no previous builds to compare against #82

Closed rcjcooke closed 6 years ago

rcjcooke commented 6 years ago

In the event that this is the first execution of a build definition this should pass rather than fail given there is nothing to compare against.

colindembovsky commented 6 years ago

Can you please share logs of the failure? I have an if statement that does the download etc. if the previous build exists. If there is no previous build, I just log a warning and return success.