summaryrefslogtreecommitdiff
path: root/Jenkinsfile
AgeCommit message (Collapse)Author
2021-02-07Jenkins: fix pipeline commentChristian Poessinger
2021-02-07Jenkins: enable arm64 buildsChristian Poessinger
2020-06-21Jenkins: T2625: migrate to build libraryChristian Poessinger
2020-03-18Jenkins: T1817: support GitHub PullRequest buildsChristian Poessinger
2019-12-27Jenkins: support 'master' branch in PipelineChristian Poessinger
2019-12-27Jenkins: add VYOS_REPO_PATH for cruxChristian Poessinger
(cherry picked from commit e2ec9af40f418ba1a5fce1dd56296f873609e06d)
2019-12-27Jenkins: make pipeline branch independentChristian Poessinger
2019-12-18Jenkins: adjust to new Debian Buster buildChristian Poessinger
2019-12-18Merge branch 'equuleus' of github.com:vyos/vyos-1x into currentvyos/1.3dev0Christian Poessinger
* 'equuleus' of github.com:vyos/vyos-1x: T1873: DHCP: add current year to copyright notice T1873: DHCP: fix service name in op-mode "show dhcp" T1873: DHCP: ship our own server init scripts vyos.config: T1862: restore regex after merge equuleus: T1862: Use regex pattern \s+ to split strings on whitespace [vyos.config] T1758: adjust regex for change in Python 3.7 Jenkins: Docker: always pull container from Dockerhub ssh - T1719: ssh deprecated options removed Jenkins: assume dependencies are available in Docker container Jenkins: fix httpURI in isCustomBuild() openvpn: T1617: bugfix for server push-route openvpn: T1548: remove authy 2fa provider update Jenkins file for equuleus igmpproxy: remove init script which is already provided by Debian Buster
2019-12-17Revert "Jenkins: T1870: fetch pull request refs from GitHub"VyOS_1.2-2019Q4Christian Poessinger
This reverts commit fa5447f6c9850756cb7e1acb499fd60b749dfcaa.
2019-12-17Revert "Jenkins: T1870: adjust branch pointer"Christian Poessinger
This reverts commit 1f810cbd0abd8bb5c9c7a499a253b0c2ddd36b70.
2019-12-17Revert "Jenkins: T1870: only use pull request refspec"Christian Poessinger
This reverts commit 325b3fd14ce7a021ad347231a768f992b97b6804.
2019-12-17Revert "Jenkins: T1870: add 'PR-' prefix to pull request refspec"Christian Poessinger
This reverts commit de2716ae67a8d88886686fbd7e8db33b6e1a5ebd.
2019-12-16Merge branch 'current' into equuleushagbard
2019-12-12Jenkins: T1870: add 'PR-' prefix to pull request refspecChristian Poessinger
2019-12-12Jenkins: T1870: only use pull request refspecChristian Poessinger
2019-12-12Jenkins: T1870: adjust branch pointerChristian Poessinger
2019-12-12Jenkins: T1870: fetch pull request refs from GitHubChristian Poessinger
2019-10-11Jenkins: Docker: always pull container from DockerhubChristian Poessinger
(cherry picked from commit ef7c5aaecd2936d9c2f28d22aec185602dc48206)
2019-10-11Jenkins: Docker: always pull container from DockerhubChristian Poessinger
2019-10-09Merge branch 'current' into equuleushagbard
2019-10-06Jenkins: add current Git commit ID to build descriptionChristian Poessinger
2019-09-28Jenkins: assume dependencies are available in Docker containerChristian Poessinger
2019-09-28Jenkins: assume dependencies are available in DOcker containerChristian Poessinger
2019-09-24Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-1x: (31 commits) Jenkins: rely on the global defined label for Docker executors Python/ifconfig: T1557: add STPIf class (spanning tree) bridge member Python/ifconfig: T1557: bugfix removing Q-in-Q VLAN interfaces openvpn: T1548: setup interface alias Python/ifconfig: T1557: refactor BondIf 'mode' property to set_mode() Python/ifconfig: T1557: refactor BondIf 'arp_interval' property to set_arp_interval() Python/ifconfig: T1557: refactor BondIf 'arp_ip_target' property to set_arp_ip_target()/get_arp_ip_target() Python/ifconfig: T1557: refactor BondIf 'arp_interval' property to set_arp_interval() Python/ifconfig: T1557: refactor BondIf 'xmit_hash_policy' property to set_hash_policy() Python/ifconfig: T1557: remove unused has_autoneg() from EthernetIf Python/ifconfig: T1557: refactor Interface 'state' property to set_state()/get_state() Python/ifconfig: T1557: refactor Interface 'arp_cache_tmo' property to set_set_arp_cache_tmo() Python/ifconfig: T1557: refactor Interface 'proxy_arp_pvlan' property to set_proxy_arp_pvlan() Python/ifconfig: T1557: refactor Interface 'proxy_arp' property to set_proxy_arp() Python/ifconfig: T1557: loopback: implement derived remove() Python/ifconfig: T1557: refactor Interface 'ifalias' property to set_alias() Python/ifconfig: T1557: refactor Interface 'link_detect' property to set_link_detect() Python/ifconfig: T1557: refactor BridgeIf 'stp_state' property to set_stp() Python/ifconfig: T1557: refactor BridgeIf 'priority' property to set_priority() Python/ifconfig: T1557: refactor BridgeIf 'ageing_time' property to set_ageing_time() ...
2019-09-24Jenkins: rely on the global defined label for Docker executorsChristian Poessinger
2019-09-24Jenkins: remove hardcoded package nameChristian Poessinger
2019-09-22Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-1x: Jenkins: keep last 10 builds Jenkins: intruduce ARCH_OPT to support multi arch deployment Jenkins: fix dpkg architecture determination
2019-09-22Jenkins: keep last 10 buildsChristian Poessinger
2019-09-22Jenkins: intruduce ARCH_OPT to support multi arch deploymentChristian Poessinger
2019-09-22Jenkins: fix dpkg architecture determinationChristian Poessinger
2019-09-22Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-1x: Jenkins: adjust description Jenkins: hardocde repo URL Jenkins: fix isCustomBuild() URL Jenkins: output git repo URL Jenkins: fix httpURI in isCustomBuild()
2019-09-22Jenkins: adjust descriptionChristian Poessinger
2019-09-22Jenkins: hardocde repo URLChristian Poessinger
2019-09-22Jenkins: fix isCustomBuild() URLChristian Poessinger
2019-09-22Jenkins: output git repo URLChristian Poessinger
2019-09-22Jenkins: fix httpURI in isCustomBuild()Christian Poessinger
(cherry picked from commit 2de90d7176ef5b5e41d05541d47d94f0a79caee1)
2019-09-22Jenkins: fix httpURI in isCustomBuild()Christian Poessinger
2019-09-22Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-1x: (49 commits) Jenkins: ease Pipeline vxlan: T1636: simplyfy code (don't delete intf addresses) ethernet: T1637: interfaces in a bond can be disabled ethernet: T1637: fix calling arp_cache_tmo property ethernet: T1637: do not overwrite interface description with interface name ethernet: T1637: support offloading functions Python/ifconfig: T1557: ethernet: add offloading interfaces Python/ifconfig: T1557: update comments Python/ifconfig: T1557: delete all assigned IP addresses on remove() ethernet: T1637: call remove() on interface deletion Python/ifconfig: T1557: use proper inheritance levels on remove() ethernet: T1637: remove debug pprint bridge: T1556: minor comment cleanup bonding: T1614: minor comment cleanup Python/ifconfig: T1557: unify '/sys/class/net/{}' path Python/ifconfig: T1557: vmxnet3/virtio_net do not support changing speed/duplex control Python/ifconfig: T1557: vmxnet3/virtio_net do not support changing flow control Python/ifconfig: T1557: query driver if it supports auto negotiation Python/ifconfig: T1557: call ethtool with full path Python/ifconfig: T1557: return stdout string for _cmd() ...
2019-09-22Jenkins: ease PipelineChristian Poessinger
vyos-1x is a Debian package with architecture all. This means we only have to build it once as it can run on any other architecture - that's what Python is made for.
2019-09-18Fixing autobuildhagbard
2019-08-14update Jenkins file for equuleusUnicronNL
2019-05-22add tests to JenkinsfileKim Hagen
2019-05-22Create Jenkinsfile currentKim Hagen