mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-01-06 00:18:46 +01:00
Remove triggers from jenkinsfile
This commit is contained in:
parent
9e3599ab2d
commit
50bec926be
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,9 +1,6 @@
|
||||
pipeline {
|
||||
agent { label 'slave' }
|
||||
options { timestamps() }
|
||||
triggers {
|
||||
pollSCM('H/10 * * * *')
|
||||
}
|
||||
stages {
|
||||
stage('Cleanup') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user