commit | e5ac2091e9fc70abbf406bfba2a34bc35e77ddac | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Thu Apr 13 10:35:41 2023 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Thu Apr 13 10:35:41 2023 -0400 |
tree | f56e38836a05fe07289984becc00be3ef50606cc | |
parent | 2d5a7c1d2007912142c1b203323907ded86d5e6d [diff] |
Fixed a lingering typo Change-Id: Ic6a2b7edcbb5e2e621a446477f3fd74584d47e0f
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy index a32cd35..cc79dc7 100644 --- a/jjb/pipeline/voltha/master/bbsim-tests.groovy +++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -400,10 +400,7 @@ { aborted { collectArtifacts('aborted') } failure { collectArtifacts('failed') } - } - always - { - collectArtifacts('always') + always { collectArtifacts('always') } } } // pipeline