openshift/jenkins

/usr/libexec/s2i/run: line 578: [: ==: unary operator expected

Closed this issue · 3 comments

Please change https://github.com/openshift/jenkins/blob/master/2/contrib/s2i/run#L578

from

if [ $( oc get routes -o json | jq -c -r '.items[0].spec.tls')  == "null" ]; then

to

if [[ $( oc get routes -o json | jq -c -r '.items[0].spec.tls')  == "null" ]]; then

Thank you for letting us know,
Please feel free to open a pull request which we will review.

Thank you for letting us know, Please feel free to open a pull request which we will review.

Unfortunately, I have no permissions to submit pull requests to your repository.

fatal: unable to access 'https://github.com/openshift/jenkins.git/': The requested URL returned error: 403

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale