[JIRA] (JENKINS-30124) IRC Plugin bot does not see the Folder (CloudBees Folders Plugin) jobs

2019-08-14 Thread jimkli...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jim Klimov commented on  JENKINS-30124  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: IRC Plugin bot does not see the Folder (CloudBees Folders Plugin) jobs   
 

  
 
 
 
 

 
 Also, with pipelines (MultiBranch jobs, with configs generated for many branches and PRs across many repos in several organizations our local Jenkins master tracks), a full "jobs" listing for us would be impractical at several thousand lines long (and throttled IIRC to 0.5sec per line posting to an IRC server to avoid flood controls killing the session) so it was not a priority for me to address in our deployment.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.164706.1440502741000.2623.1565782800198%40Atlassian.JIRA.


[JIRA] (JENKINS-30124) IRC Plugin bot does not see the Folder (CloudBees Folders Plugin) jobs

2019-08-14 Thread jimkli...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jim Klimov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30124  
 
 
  IRC Plugin bot does not see the Folder (CloudBees Folders Plugin) jobs   
 

  
 
 
 
 

 
Change By: 
 Jim Klimov  
 
 
Component/s: 
 instant-messaging-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.164706.1440502741000.2618.1565782620597%40Atlassian.JIRA.


[JIRA] (JENKINS-30124) IRC Plugin bot does not see the Folder (CloudBees Folders Plugin) jobs

2019-08-14 Thread jimkli...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jim Klimov commented on  JENKINS-30124  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: IRC Plugin bot does not see the Folder (CloudBees Folders Plugin) jobs   
 

  
 
 
 
 

 
 This month new versions of ircbot and instant-messaging-plugin were released, which in particular added awareness about pipeline jobs to the "queue" and "currentlyBuilding" commands, and essence the Java-side change for the plugin code was that the inheritance tree of classes was different so new `import` clauses to add awareness and `instanceof` calls to match a job type were the key to list e.g. pipeline jobs and not only the legacy freestyle ones. I did not use the folder plugin yet so can't say if its classes are part of the newly added tree (can you please check it out?), or if a similar and relatively simple change has to be made in a subsequent release. Also, by now only those two commands were changed, so the issue of adding such support to "jobs" (or other mass-management commands, for that matter) still stands indeed. And a counter of output hits too, and a regex filter, like in these two commands  Maybe some refactoring is due to share such code...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.164706.1440502741000.2615.1565782620392%40Atlassian.JIRA.