[JIRA] (JENKINS-55220) Multibranch Pipeline jobs get randomly lost

2019-05-09 Thread matthieu.bruc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthieu Brucher commented on  JENKINS-55220  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch Pipeline jobs get randomly lost   
 

  
 
 
 
 

 
 I see this happening with github as well, so not just related to bitbucket. Could be indeed related to unauthorized user and then the branches get cleaned.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-48802) Possibility to add/change the path that used to display source files

2019-05-03 Thread matthieu.bruc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthieu Brucher commented on  JENKINS-48802  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Possibility to add/change the path that used to display source files   
 

  
 
 
 
 

 
 eslint is run inside the container, the container itself is built at the beginning of the pipeline. As I can't assume that the Jenkins slave have all the required tools to run eslint, the proper way to go was to use a container that would retrieve the required modules. Just adding a way to reconnect the two paths would be enough, as the path inside the container (also used for the unit tests) is just a fraction of the actual workspace path. Basically just adding "folder/" as "folder" would be where I built the container. The Jenkins pipeline itself is run in the parent of "folder", I suspect that's why the checker cannot figure out where the files actually are.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-48802) Possibility to add/change the path that used to display source files

2019-05-03 Thread matthieu.bruc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthieu Brucher commented on  JENKINS-48802  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Possibility to add/change the path that used to display source files   
 

  
 
 
 
 

 
 The file is generated from eslint inside a docker container. As such the paths will be different than the ones from the workspace (not even talking about the fact that there are several containers in flight, each of them having only a part of the workspace).  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-48802) Possibility to add/change the path that used to display source files

2019-05-03 Thread matthieu.bruc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthieu Brucher commented on  JENKINS-48802  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Possibility to add/change the path that used to display source files   
 

  
 
 
 
 

 
 I have a similar issue. I generate a checkstyle file inside a docker container with some paths, but using relative paths there makes the upload break later due to Warnings NG not capable of reconciling the files.  
 

  
 
 
 
 

 
 
 

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