Remove triggers from jenkinsfile

This commit is contained in:
Ivan Pekov 2020-09-09 19:22:32 +03:00
parent 9e3599ab2d
commit 50bec926be
No known key found for this signature in database
GPG Key ID: BC975C392D9CA3A3
1 changed files with 0 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -1,9 +1,6 @@
pipeline {
agent { label 'slave' }
options { timestamps() }
triggers {
pollSCM('H/10 * * * *')
}
stages {
stage('Cleanup') {
steps {