Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 406 Bytes

continuous-integration-delivery.md

File metadata and controls

29 lines (15 loc) · 406 Bytes

Continuous Integration and Delivery

Jenkins

spinnaker

https://www.spinnaker.io/

GoCD

Enable SSL debugging

# In /etc/default/go-server, add:
GO_SERVER_SYSTEM_PROPERTIES="$GO_SERVER_SYSTEM_PROPERTIES -Djavax.net.debug=ssl:record"
# Restart server
# Debug logs go to go-server.log

Travis