Skip to content

Commit 0f431a9

Browse files
committed
ci: remove unused stashing of flake8 files
1 parent f6b1301 commit 0f431a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vars/runJenkinsPipeline.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def call(){
192192
post {
193193
always {
194194
recordIssues(tools: [flake8(name: 'Flake8', pattern: 'logs/flake8.log')])
195-
stash includes: 'logs/flake8.log', name: 'FLAKE8_REPORT'
196195
}
197196
}
198197
}

0 commit comments

Comments
 (0)