This is an automated email from the ASF dual-hosted git repository.
bnolsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 70e8dbf fix for missing brace in branch quiche pipeline (#285)
70e8dbf is described below
commit 70e8dbf32579e3071bcb0e1c639b53715e5c26c7
Author: Brian Olsen <[email protected]>
AuthorDate: Tue Nov 7 08:33:37 2023 -0700
fix for missing brace in branch quiche pipeline (#285)
---
jenkins/branch/quiche.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/branch/quiche.pipeline b/jenkins/branch/quiche.pipeline
index a7e48ed..b13f344 100644
--- a/jenkins/branch/quiche.pipeline
+++ b/jenkins/branch/quiche.pipeline
@@ -126,7 +126,7 @@ pipeline {
// We exclude socket files because archiveArtifacts
doesn't deal well with
// their file type.
archiveArtifacts artifacts: 'output/**/*', fingerprint:
false, allowEmptyArchive: true, excludes: '**/*.sock, **/cache.db'
-
+ }
cleanup {
cleanWs()
}