[JIRA] (JENKINS-59487) Startup Trigger doesnt execute jobs in master

4 views
Skip to first unread message

blastikman@gmail.com (JIRA)

unread,
Sep 23, 2019, 10:55:02 AM9/23/19
to jenkinsc...@googlegroups.com
blastik . created an issue
 
Jenkins / Bug JENKINS-59487
Startup Trigger doesnt execute jobs in master
Issue Type: Bug Bug
Assignee: Emory Penney
Components: startup-trigger-plugin
Created: 2019-09-23 14:54
Environment: docker jenkins/jenkins:2.194-slim
startup-trigger-plugin:2.9.3
configuration-as-code:1.30
configuration-as-code-support:1.18

saml:1.1.2
role-strategy:2.13
permissive-script-security:0.5

git:3.12.1
github:1.29.4
github-pullrequest:0.2.6

job-dsl:1.74
workflow-aggregator:2.6

uno-choice:2.1

groovy:2.2

ec2:1.45
Priority: Critical Critical
Reporter: blastik .

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

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

treadstoneit@gmail.com (JIRA)

unread,
Feb 12, 2020, 5:53:04 PM2/12/20
to jenkinsc...@googlegroups.com
Emory Penney commented on Bug JENKINS-59487
 
Re: Startup Trigger doesnt execute jobs in master

I just installed job-dsl 1.76 on my box and am unable to reproduce this issue. Is this still a problem or has it resolved itself? If it's still a problem it may be a compatibility issue with jenknis-slim which I'm unfamiliar with.

Reply all
Reply to author
Forward
0 new messages