Pelagicore / meta-bistro

Yocto layer providing In-Vehicle Infotainment related functionality and adaptations
MIT License
14 stars 21 forks source link

Jenkinsfile: abort previous build for the same job #243

Closed pookimon closed 5 years ago

pookimon commented 5 years ago

Script will abort previous running build if a new build is in progress. It checks running builds of current job and abort if there are some ecxept the current one. It will be helpful especially for Pull Requests builds to abort build if PR was updated.

Signed-off-by: Dmytro Iurchuk diurchuk@luxoft.com