summaryrefslogtreecommitdiff
path: root/Jenkinsfile
AgeCommit message (Collapse)Author
2019-04-23Replace build-submodules with Python based package builderChristian Poessinger
Support building individual VyOS packages by this modules. Call scripts/build-packages -l to list all available packages which will be build when invoking scripts/build-packages.
2019-01-26Jenkins: cleanupChristian Poessinger
2019-01-21Jenkins: force usage of self compiled packagesChristian Poessinger
Remove all references to the vyos package mirror via Python vyos_repo_entry variable. Thus we ensure that only the packages the have been compiled from source are used.
2019-01-14Jenkins: move post always to post cleanup sectionChristian Poessinger
2019-01-14Jenkins: allow regular user to clean 'build/' directoryChristian Poessinger
2019-01-13Docker: frr-deps: add librtr and libyangChristian Poessinger
2019-01-11Jenkins: add deploy stage do pipelineChristian Poessinger
2019-01-11Docker build files for entrypoint and UIDsChristian Poessinger
2019-01-11CI/CD: Improve 'goso' handling for Docker and JenkinsChristian Poessinger
* Inside the container user can call 'sudo' without password * Added Docker environment variables to controll the 'gosu' UID/GID
2019-01-06CI/CD: add verbose output option to for 'build-submodules' scriptChristian Poessinger
2019-01-06CI/CD: Update all submodules to latest HEADChristian Poessinger
Update all registered submodules to the latest HEAD revision of its configured branch in .gitmodules #
2019-01-06CI/CD: extend error reporting for Jenkins buildsChristian Poessinger
2019-01-05CI/CD: Build VyOS submodules from sourceChristian Poessinger
2018-12-18Added JenkinsfileChristian Poessinger