ソースを参照

commit Jenkinsfile changes

placidenduwayo 2 年 前
コミット
7319d9491d
共有1 個のファイルを変更した0 個の追加4 個の削除を含む
  1. 0
    4
      Jenkinsfile

+ 0
- 4
Jenkinsfile ファイルの表示

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.