Skip to content

Commit

Permalink
[Build] Adapt to move of SWT's build pipeline to 'releng' Jenkins
Browse files Browse the repository at this point in the history
Fixes #531
  • Loading branch information
HannesWell committed Jan 21, 2023
1 parent 1e63f38 commit b2b4391
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
emptyDir: {}
- name: tools
persistentVolumeClaim:
claimName: tools-claim-jiro-platform
claimName: tools-claim-jiro-releng
"""
}
}
Expand Down Expand Up @@ -125,8 +125,10 @@ spec:
always {
junit 'eclipse.platform.swt/tests/*.test*/target/surefire-reports/*.xml'
archiveArtifacts artifacts: '**/*.log,**/*.html,**/target/*.jar,**/target/*.zip'
discoverGitReferenceBuild referenceJob: 'eclipse.platform.swt/master'
recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()]
//TODO: re-enable this on releng Jenkins?!
// discoverGitReferenceBuild referenceJob: 'eclipse.platform.swt/master'
// recordIssues publishAllIssues: true, tools: [java(), mavenConsole(), javaDoc()]
publishIssues issues:[scanForIssues(tool: java()), scanForIssues(tool: mavenConsole())]
}
}
}
Expand Down

0 comments on commit b2b4391

Please sign in to comment.