Sfoglia il codice sorgente

commit Jenkinsfile changes

placidenduwayo 1 anno fa
parent
commit
7319d9491d
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0
    4
      Jenkinsfile

+ 0
- 4
Jenkinsfile Vedi File

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