From fe3b2622644d70bb8b2b3c46e225e4e8b4dae63d Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Tue, 07 Jul 2020 18:51:38 +0200
Subject: [PATCH] drift pipe def

---
 Jenkinsfile-drift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Jenkinsfile-drift b/Jenkinsfile-drift
index ed80e6f..9887ed8 100644
--- a/Jenkinsfile-drift
+++ b/Jenkinsfile-drift
@@ -26,7 +26,7 @@
 	success {
 	    sh 'rm drift-report.txt'
 	    sh 'echo \'There is no config drift\' > no-drift.txt'
-	    archiveArtifacts artifacts '*.txt'
+	    archiveArtifacts artifacts: '*.txt'
 	}
     }
 }

--
Gitblit v1.9.3