From 50865ab86230ed71a4a66db5dc95300a1f6a5f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20B=C3=B6hm?= Date: Thu, 9 Sep 2021 15:31:31 +0200 Subject: [PATCH] WIP --- pipeline | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pipeline diff --git a/pipeline b/pipeline new file mode 100644 index 0000000..1fe32c2 --- /dev/null +++ b/pipeline @@ -0,0 +1,8 @@ +node { + stage('Build') { + } + stage('Sign') { + } + stage('Publish') { + } +}