Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-59487

Startup Trigger doesnt execute jobs in master

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • startup-trigger-plugin
    • None

      similar to JENKINS-50681

      i have this job groovy

      job('Startup') {
        triggers {
          hudsonStartupTrigger {
            // By default, the build is triggered when Jenkins instance starts.
            label('')
            // Give the quiet period before scheduling the job.
            quietPeriod('0')
            runOnChoice('ON_CONNECT')
            // Pass node name as job parameter.
            nodeParameterName('')
          }
        }
        steps {
          systemGroovyScriptFile('/jobs/startup_script.groovy')
        }
      }
      

       my master has 1 executor.

      the job triggers but remains on hold showing:
      (pending—‘Jenkins’ is reserved for jobs with matching label expression)

      I've tried to set a label but didnt help

            ejpenney Emory Penney
            blastik blastik .
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: