This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6114fc0 For Java Driver to Pick Up New Pull Requests
6114fc0 is described below
commit 6114fc0557f631a4f6a2f762a1b0523dc1f76ad1
Author: Siyao (Jane) He <[email protected]>
AuthorDate: Wed Apr 9 11:58:44 2025 -0700
For Java Driver to Pick Up New Pull Requests
patch by Siyao (Jane) He; reviewed by Mick Semb Wever for CASSJAVA-25
---
jenkins-dsl/cassandra_job_dsl_seed.groovy | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index e59db38..dbbecd5 100755
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -1499,7 +1499,7 @@ multibranchPipelineJob('cassandra-java-driver') {
buildStrategies {
buildChangeRequests {
ignoreTargetOnlyChanges(true)
- ignoreUntrustedChanges(true)
+ ignoreUntrustedChanges(false)
}
}
}
@@ -1509,4 +1509,9 @@ multibranchPipelineJob('cassandra-java-driver') {
scriptPath('Jenkinsfile-asf')
}
}
+ triggers {
+ periodicFolderTrigger {
+ interval("10m")
+ }
+ }
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]