you are viewing a single comment's thread
view the rest of the comments
[–] 22 points 3 years ago

This is pretty much what we do as well

All the build logic is coded in python scripts, the jenkins file only defines the stage (with branch restrictions) and calls the respective script function.

This means it works on all machines and if we need to move away from jenkins integration with a new ci platform would require minimal effort.

  • source
  • parent