Skip to content

Commit 357467d

Browse files
committed
[Build] Remove html from build archives
If of interest, they can be looked up in this repository.
1 parent 866aa68 commit 357467d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ pipeline {
326326
post {
327327
always {
328328
junit 'eclipse.platform.swt/tests/*.test*/target/surefire-reports/*.xml'
329-
archiveArtifacts artifacts: '**/*.log,**/*.html,**/target/*.jar,**/target/*.zip'
329+
archiveArtifacts artifacts: '**/*.log,**/target/*.jar,**/target/*.zip'
330330
discoverGitReferenceBuild referenceJob: 'eclipse.platform.swt/master'
331331
// To accept unstable builds (test errors or new warnings introduced by third party changes) as reference using "ignoreQualityGate:true"
332332
recordIssues publishAllIssues: true, ignoreQualityGate:true, tools: [eclipse(name: 'Compiler and API Tools', pattern: '**/target/compilelogs/*.xml'), javaDoc()], qualityGates: [[threshold: 1, type: 'DELTA', unstable: true]]

0 commit comments

Comments
 (0)