From 9a62bd2905411e8a9daf9ba525219fcd12c4eb95 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 30 Jun 2020 10:06:53 +0200 Subject: [PATCH] Revert "jenkins version" This reverts commit 476aec75b4963e5392acc0ec9800c20107f1281f. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5a81f86..4f122e4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { versionNumberString: '${BUILDS_ALL_TIME}', versionPrefix: '1.6.', - worstResultForIncrement: 'FAILURE' + worstResultForIncrement: 'SUCCESS' ]) }