I've been looking at automating website builds for the Calcite project. I am currently testing using the Jenkins nodes (specifically the websites node). The problem is that jenkins is a bit finicky when it comes to triggering these builds (build javadocs on when a tag that matches a regex is pushed and build our site when commits are pushed to a certain branch) and I am currently unable to get it to trigger correctly.

Travis has been much easier to use and more deterministic (in my experience). Is there any possibly of requesting the git credentials for pushing to our website repository added as a secret to Travis to do this?

Francis

Reply via email to