This is an automated email from the ASF dual-hosted git repository.
eze 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 706835c Update autest.pipeline
706835c is described below
commit 706835c5345d08e28ab9bdd0fd87d4dd861e596b
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Mon Apr 12 09:32:27 2021 -0600
Update autest.pipeline
---
jenkins/github/autest.pipeline | 1 -
1 file changed, 1 deletion(-)
diff --git a/jenkins/github/autest.pipeline b/jenkins/github/autest.pipeline
index 1462602..bc6ac34 100644
--- a/jenkins/github/autest.pipeline
+++ b/jenkins/github/autest.pipeline
@@ -57,7 +57,6 @@ pipeline {
post {
always {
- sh('ls ${WORKSPACE}/output/${GITHUB_PR_NUMBER}')
archiveArtifacts artifacts: 'output/**/*', fingerprint: false,
allowEmptyArchive: true
}
cleanup {