From e79bbc7790af382d433533ff438c9d8499cb1af0 Mon Sep 17 00:00:00 2001 From: Jeremy Poulin Date: Tue, 26 Feb 2019 13:44:51 -0500 Subject: [PATCH] Release v1.2.2 (#19) * Removing archive since it's baked into run test now --- Jenkinsfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 40c1a5a..b80d92d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ properties( name: 'LIBRARIES_REPO' ), string( - defaultValue: 'v1.2.1', + defaultValue: 'v1.2.2', description: 'Git reference to the branch or tag of shared libraries.', name: 'LIBRARIES_REF' ), @@ -71,10 +71,6 @@ MAQEAPI.v1.runParallelMultiArchTest( runTests(config, host) } - stage ('Archive Test Output') { - archiveOutput() - } - /*****************************************************************/ /* END TEST BODY */ /* Do not edit beyond this point */