@@ -1,9 +1,5 @@
-CRON_SETTINGS = BRANCH_NAME == "master" ? '''H * * *'''
pipeline {
agent any //we tell jenkins to use any available agent
- triggers {
- cron(CRON_SETTINGS)
- }
tools {
maven 'Maven'
jdk 'Java-17'
Powered by TurnKey Linux.