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