Skip to content

Commit ca0ab31

Browse files
committed
ci: do not archive bazel logs
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent ee42cab commit ca0ab31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ def bazelTest = {
266266
}
267267
sh label: 'Bazel Build', script: cmd + ' --google_credentials=$GCS_SA_KEY ...';
268268
}
269-
sh label: 'Archive logs', script: 'tar zcvf bazel-logs.tgz bazel-testlogs/.';
270-
archiveArtifacts artifacts: 'bazel-logs.tgz';
271269
}
272270
}
273271
}

0 commit comments

Comments
 (0)