Issue-ID: POLICY-5215
Change-Id: Idbb5e97305f958d711a77ad4c6b8e3f0836ad080
Signed-off-by: srinivasyanamadala <srinivas.yanamadala@techmahindra.com>
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
- # Run every Monday at 16:30 UTC
+ push:
+ branches:
+ - '**'
+
+ # Run everyday at 16:30 UTC
schedule:
- - cron: '30 16 * * 1'
+ - cron: '30 16 * * *'
jobs:
run-s3p-tests:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
- # Run every Monday at 16:30 UTC
+ push:
+ branches:
+ - '**'
+
+ # Run everyday at 16:30 UTC
schedule:
- - cron: '30 16 * * 1'
+ - cron: '30 16 * * *'
jobs:
run-s3p-tests:
--- /dev/null
+# Versioning variables
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
+# because they are used in Jenkins, whose plug-in doesn't support
+
+major=1
+minor=0
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT