adding nightly build for SNAPSHOTS

This commit is contained in:
Mark Iantorno 2023-03-23 10:16:24 -04:00
parent 5f2c88d9d9
commit b33b789880
1 changed files with 9 additions and 0 deletions

View File

@ -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