commit 50865ab86230ed71a4a66db5dc95300a1f6a5f9e Author: Alexander Böhm Date: Thu Sep 9 15:31:31 2021 +0200 WIP 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') { + } +}