Startup Trigger doesnt execute jobs in master

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Critical
    • Component/s: startup-trigger-plugin
    • None
    • Environment:

      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

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

              Created:
              Updated:
              Resolved: