소스 검색

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.