alpine-ansible-lint: add jenkins issues url

This commit is contained in:
Haitao Pan 2024-04-13 18:04:23 +08:00
parent aa17432d5e
commit d814cb3c66

View File

@ -3,6 +3,7 @@ set -e
# check if there was a command passed
# required by Jenkins Docker plugin: https://github.com/docker-library/official-images#consistency
# https://issues.jenkins.io/browse/JENKINS-51307?focusedCommentId=341121&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel
if [ "$1" ]; then
# execute it
exec "$@"