Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ pipeline {
triggers {
// run every day at ~9pm
cron('H 21 * * *')

// check every 5 minutes for changes to the staging repo's content.jar
URLTrigger(cronTabSpec: 'H/5 * * * *', entries: [URLTriggerEntry(
url: 'https://download.eclipse.org/staging/2025-06/content.jar',
contentTypes: [
MD5Sum()
]
)])
}
tools {
maven 'apache-maven-latest'
Expand Down
Loading