summaryrefslogtreecommitdiff
path: root/Jenkinsfile
AgeCommit message (Collapse)Author
2019-10-11Jenkins: Docker: always pull container from DockerhubChristian Poessinger
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-24Jenkins: rely on the global defined label for Docker executorsChristian Poessinger
2019-09-24Jenkins: remove hardcoded package nameChristian Poessinger
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-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
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-05-22add tests to JenkinsfileKim Hagen
2019-05-22Create Jenkinsfile currentKim Hagen