From b33b78988039315a905c9e23a5e2e93c246f5398 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Thu, 23 Mar 2023 10:16:24 -0400 Subject: [PATCH] adding nightly build for SNAPSHOTS --- snapshot-pipeline.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/snapshot-pipeline.yml b/snapshot-pipeline.yml index 83739775b8a..dfb2b65e510 100644 --- a/snapshot-pipeline.yml +++ b/snapshot-pipeline.yml @@ -1,3 +1,12 @@ +# Every night, at midnight, we want to run a SNAPSHOT publish of HAPI +schedules: + - cron: "0 0 * * *" #midnight + displayName: Nightly SNAPSHOT Publish + branches: + include: + - master + always: false #set this to true if you want this job to run even when no changes where made to the code + # This is manually run to deploy SNAPSHOT versions of HAPI to oss.sonaypte.org # We don't need to trigger on any pull request or branch change, so we disable such behavior pr: none