Browse Source

Jenkins. Remove properties as it fails build.

pass-iguana-arg
Artem Pikulin 7 years ago
parent
commit
1c539a5cdd
  1. 1
      Jenkinsfile

1
Jenkinsfile

@ -1,6 +1,5 @@
pipeline {
agent any
properties([pipelineTriggers([[$class: 'GitHubPushTrigger'], pollSCM('H/15 * * * *')])])
stages {
stage('Prepare') {
steps {

Loading…
Cancel
Save