httpCode=$(curl -s -w "%{http_code}" -X GET $JENKINS_URL)
while [[ $httpCode != "200" ]]; do
sleep 5
httpCode=$(curl -s -w "%{http_code}" -X GET $JENKINS_URL)
done
echo "Jenkins is ready."--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/70b0817f-aa60-42cc-bd83-713742c305aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d1f4d4b2-5f77-49f1-afe7-20a06aa503dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I would be interested in knowing the details of OS rather than other way around.Same as Mark mentioned.
Thanks,
Mudit Kumar
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtESgfqu5dgvvCsZiWdgQMsrtoEbsHrDEiK2xJCN--3MvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.