[JIRA] (JENKINS-48960) Org folders repository folder never runs scans on repository

2018-04-13 Thread tmcol...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tristan Cole commented on  JENKINS-48960  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Org folders repository folder never runs scans on repository   
 

  
 
 
 
 

 
 Andy Airey I am in the process of setting up a Bitbucket Team Project with the Bitbucket Branch Source plugin and I ran into this issue. I tried Patrick Ruckstuhl's fix and it worked for me. Otherwise, you could access the Jenkins server and edit the multibranch job configs manually (read: via script) and reload configuration from disk.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ec2-plugin] (JENKINS-35680) Implement an optional shutdown script parameter that runs before the slaves terminate

2016-06-13 Thread tmcol...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tristan Cole created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35680 
 
 
 
  Implement an optional shutdown script parameter that runs before the slaves terminate  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Francis Upton 
 
 
 

Components:
 

 ec2-plugin 
 
 
 

Created:
 

 2016/Jun/13 6:03 PM 
 
 
 

Priority:
 
  Trivial 
 
 
 

Reporter:
 
 Tristan Cole 
 
 
 
 
 
 
 
 
 
 
When running an ephemeral slave on EC2 via Jenkins, there's a possibility there may be things left on the slave (logs, artifacts, etc) that one may want to copy before the instance gets terminated. In my case, I have a monitoring tool that monitors every instance I bring up and would like to be able to make an API call and allow the Jenkins slave to remove itself at shutdown. If the instance were to go into disconnect/shutdown mode and then initiate that script before it is finally terminated, this would allow users to run any final cleanup tasks that are required (if any). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment