Ask HN: Anyone using jenkinsfile for ci?

1 points by karma_daemon ↗ HN
Jenkins has had a version controlled pipeline setup for a while, but googling around yields fairly few results that arent just basic tutorials. Dev mindshare seems pretty low. Is anyone using / recommending jenkinsfile for ci over the mainstream gitlab/circle/travis etc?

2 comments

[ 2.9 ms ] story [ 16.4 ms ] thread
If you can clarify some things, I'm happy to give it a shot. 1) What language is your project 2) After it builds, do you want to store a copy of the build anywhere? 3) Do you want to use any particular system for deploying the build to the servers?
I'm evaluating for mixed cpp/python project, and would be using for the full build libs/wheels, run tests, upload build artifacts, bundle in docker images, etc.