You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
< HTTP/1.1 200 OK
< Date: Fri, 05 May 2017 12:32:41 GMT
< X-Content-Type-Options: nosniff
< Content-Type: text/plain; charset=ISO-8859-1
< Triggered: http://ipaddress:443/job/Test/
< Content-Length: 160
< Server: Jetty(9.2.z-SNAPSHOT)
<
Scheduled polling of Test
Also tried adding an entry in the /etc/hosts file... and tried using a hostname, but the bitbucket doesnt pick the name and throwing a DNS error (unresolved host)
Am i doing anything wrong here.
The text was updated successfully, but these errors were encountered:
I am new to this plugin and I am trying to connect to Jenkins
My jenkins URL is with a load balancer ip address mapping to port TCP 443
Jenkins URL : http://ipaddress:443 (No SSL configured as of now).. while using this I am getting the server unreachable error.
I was able to telnet to the same IP address on the port 443
-bash-4.2$ telnet IPAddress 443
Trying IPAddress...
Connected to IP Address.
Escape character is '^]'.
Also the curl connectivity using the URL trigger the build
-bash-4.2$ curl -v http://ipaddress:443/git/notifyCommit?url=https://username@GIThostname/git/scm/san/sample_application.git
< HTTP/1.1 200 OK
< Date: Fri, 05 May 2017 12:32:41 GMT
< X-Content-Type-Options: nosniff
< Content-Type: text/plain; charset=ISO-8859-1
< Triggered: http://ipaddress:443/job/Test/
< Content-Length: 160
< Server: Jetty(9.2.z-SNAPSHOT)
<
Scheduled polling of Test
Also tried adding an entry in the /etc/hosts file... and tried using a hostname, but the bitbucket doesnt pick the name and throwing a DNS error (unresolved host)
Am i doing anything wrong here.
The text was updated successfully, but these errors were encountered: