Browse Source

commit Jenkinsfile changes

placidenduwayo 1 year ago
parent
commit
7319d9491d
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Jenkinsfile

+ 0
- 4
Jenkinsfile View File

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

Powered by TurnKey Linux.