From 0177815a2910ed4739a9f9f5a28a00656f001baf Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Thu, 20 Nov 2025 19:26:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20pipelinepanda=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipelinepanda.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pipelinepanda.yaml diff --git a/pipelinepanda.yaml b/pipelinepanda.yaml new file mode 100644 index 0000000..866ce4d --- /dev/null +++ b/pipelinepanda.yaml @@ -0,0 +1,5 @@ +pipeline: + steps: + step: + name: Package + run: mvn clean package \ No newline at end of file