[JIRA] (JENKINS-61601) Unable to trigger job on deletion of branch when configured with job DSL.

2020-03-20 Thread neha....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Neha Singh created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61601  
 
 
  Unable to trigger job on deletion of branch when configured with job DSL.   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Aytunc BEKEN  
 
 
Components: 
 multibranch-action-triggers-plugin  
 
 
Created: 
 2020-03-20 12:16  
 
 
Environment: 
 multibranch-action-triggers@1.8  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Neha Singh  
 

  
 
 
 
 

 
 MultiBranch pipeline configured with job dsl , fails to trigger job on branch deletion with the multibranch-action-trigger-plugin, however with manual configuration it seems to be working fine intermittently.  Job dsl 

 

def job_path = "${new File(__FILE__).parent}"
def jenkinsfile = job_path + "/Jenkinsfile" 

configFiles { 
 customConfig 
{ 
  id('feat_deploy') 
  name('feat_deploy') 
  comment('Used in the Deploy-Feature multibranch job.')  
  content(readFileFromWorkspace(jenkinsfile)) 
 } 
} 
multibranchPipelineJob('Deploy-Feature') {
 branchSources {
  git {
   id('123454321') 
   remote('g...@github.com:xyz/abc.git') 
   credentialsId('git-ssh-key') 
   includes('feat/*') 
 } 
} 
orphanedItemStrategy { 
 discardOldItems { 
 daysToKeep(0) 
 numToKeep(0) 
} 
} 
factory { 
pipelineBranchDefaultsProjectFactory { 
 scriptId('feat_deploy') 
 useSandbox(true) 
 } 
} 
properties{
 pipelineTriggerProperty { 
  createActionJobsToTrigger('')
  deleteActionJobsToTrigger('Remove-Feature')
 } 
} 
triggers{
 periodicFolderTrigger { 
 interval('5m') }
 }
}
 

   Failed to send event to listener warning in logs sometime. 

[JIRA] (JENKINS-61601) Unable to trigger job on deletion of branch when configured with job DSL.

2020-04-03 Thread neha....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Neha Singh closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61601  
 
 
  Unable to trigger job on deletion of branch when configured with job DSL.   
 

  
 
 
 
 

 
Change By: 
 Neha Singh  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.205299.1584706587000.6174.1585919280726%40Atlassian.JIRA.


[JIRA] (JENKINS-61601) Unable to trigger job on deletion of branch when configured with job DSL.

2020-04-03 Thread neha....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Neha Singh updated  JENKINS-61601  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61601  
 
 
  Unable to trigger job on deletion of branch when configured with job DSL.   
 

  
 
 
 
 

 
Change By: 
 Neha Singh  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.205299.1584706587000.6172.1585919280592%40Atlassian.JIRA.