Friday, November 25, 2016
Jenkins: how to build Gerrit changeset without Gerrit plugin
1. To to job config
2. Update the Git plugin settings:
- in Advanced --> Refspec set `refs/changes/*:refs/changes/*`
- in 'branch' set the Gerrit changeset ref, such as `refs/changes/17/417/2` (you can pick it from 'Download' dropdown menu in Gerrit changeset window)
Tuesday, February 16, 2016
How to check ssl certificate expiration date via OpenSSL
openssl s_client -connect {{ host }}:443 2>/dev/null | openssl x509 -noout -dates
Subscribe to:
Posts (Atom)