Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Release v1.2.2 (#19)
Browse files Browse the repository at this point in the history
* Removing archive since it's baked into run test now
  • Loading branch information
jaypoulz authored Feb 26, 2019
1 parent 4244f97 commit e79bbc7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
),
Expand Down Expand Up @@ -71,10 +71,6 @@ MAQEAPI.v1.runParallelMultiArchTest(
runTests(config, host)
}

stage ('Archive Test Output') {
archiveOutput()
}

/*****************************************************************/
/* END TEST BODY */
/* Do not edit beyond this point */
Expand Down

0 comments on commit e79bbc7

Please sign in to comment.