From 9d0fe3f25a3dbde6b31f7de43470d7ad66a5beb0 Mon Sep 17 00:00:00 2001 From: Qontinuum Date: Sun, 14 Nov 2021 20:38:41 +0100 Subject: [PATCH] initial commit --- .artixlinux/agent.yaml | 4 ++++ Jenkinsfile | 4 ++++ 2 files changed, 8 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..893c702 --- /dev/null +++ b/.artixlinux/agent.yaml @@ -0,0 +1,4 @@ +--- + +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)) +