jenkinsci / amazon-ecs-plugin

Amazon EC2 Container Service Plugin for Jenkins
https://plugins.jenkins.io/amazon-ecs
MIT License
192 stars 226 forks source link

Fix tags null pointer exception by checking if tags are null #305

Closed mdouek closed 1 year ago

mdouek commented 1 year ago

fixes exceptions described in issues #290 and #291 by checking if tags are null before passing to task definition.

Stericson commented 1 year ago

@mdouek thank you!