Parcourir la source

commit Jenkinsfile changes

placidenduwayo il y a 1 an
Parent
révision
7319d9491d
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0
    4
      Jenkinsfile

+ 0
- 4
Jenkinsfile Voir le fichier

@@ -1,9 +1,5 @@
1
-CRON_SETTINGS = BRANCH_NAME == "master" ? '''H * * *'''
2 1
 pipeline {
3 2
     agent any //we tell jenkins to use any available agent
4
-    triggers {
5
-        cron(CRON_SETTINGS)
6
-    }
7 3
     tools {
8 4
         maven 'Maven'
9 5
         jdk 'Java-17'

Powered by TurnKey Linux.