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