From 14a7ec7d273968aa0020ad74c2ff0f4459fd0081 Mon Sep 17 00:00:00 2001 From: alium Date: Sun, 29 Sep 2019 14:05:14 +0200 Subject: [PATCH] add jenkinsfile & .artixlinux/agent.yaml --- .artixlinux/agent.yaml | 5 +++++ Jenkinsfile | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .artixlinux/agent.yaml create mode 100644 Jenkinsfile diff --git a/.artixlinux/agent.yaml b/.artixlinux/agent.yaml new file mode 100644 index 0000000..d7d8656 --- /dev/null +++ b/.artixlinux/agent.yaml @@ -0,0 +1,5 @@ +%YAML 1.2 +--- + +label: master + diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..ce5cb30 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,4 @@ +@Library('artix-ci') import org.artixlinux.RepoPackage + +PackagePipeline(new RepoPackage(this)) +