From 23e818f94ff507ee4c4f844608f0d5503a783590 Mon Sep 17 00:00:00 2001 From: Ronan Browne Date: Wed, 4 Dec 2024 09:44:36 +0000 Subject: [PATCH] ES-2609: No need for a nightly build on this branch (#1726) --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 862c85ccce..ec4aabedc3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,4 +10,5 @@ cordaPipeline( localPublishVersionSuffixOverride: '-beta-9999999999999', // allow publishing artifacts to S3 bucket publishToMavenS3Repository: true, + dailyBuildCron: '', )