Skip to content

Commit

Permalink
ES-1708: Remove cron trigger from all 5.0 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgovc authored Dec 1, 2023
1 parent e9543f7 commit a86abc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/nightly/JenkinsfileNightly
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@Library('[email protected]') _

cordaPipelineKubernetesAgent(
dailyBuildCron: 'H 03 * * *',
dailyBuildCron: '', // ovverride to empty string to stop nightly cron
runIntegrationTests: true,
publishRepoPrefix: 'corda-ent-maven',
createPostgresDb: true,
Expand Down

0 comments on commit a86abc5

Please sign in to comment.