[JIRA] (JENKINS-33455) Option to disable echo of executed commands

2019-02-26 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel M. commented on  JENKINS-33455  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Option to disable echo of executed commands   
 

  
 
 
 
 

 
 I was wondering if /bin/bash made sense on the machine you are sending the commands. It was a long time ago, but I remember that I finally managed not to need to disable echo of executed commands, when removing all the sensitive data in the commands. I've seen you reported this issue because of a log less clear to read and harder to inspect. In that case, please, check that /bin/bash makes sense on the machine you are sending the commands. I think that only: 

 
set +x 

 works on the machine where Jenkins is running (Execute shell step), because the use of Unix Shell is implicit. When sending commands (Publish over SSH step), I had to make explicit the use of Unix Shell. In other words: 

 
#!/bin/bash +x 

 is the same as: 

 
#!/bin/bash

set +x
 

 I hope this information is useful for you in order to find out the solution. Otherwise, so sorry if my comment/workaround made this issue to be resolved. Just Reopen Issue in order to get a solution for you.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   
   

[JIRA] (JENKINS-33455) Option to disable echo of executed commands

2019-02-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel M. commented on  JENKINS-33455  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Option to disable echo of executed commands   
 

  
 
 
 
 

 
 Sorry Maciej Jaros, which Operating System are you sending the commands to?  
 

  
 
 
 
 

 
 
 

 
 
 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-33455) Option to disable echo of executed commands

2019-02-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel M. commented on  JENKINS-33455  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Option to disable echo of executed commands   
 

  
 
 
 
 

 
 Hi Maciej Jaros, which Operating System is Jenkins running on?  
 

  
 
 
 
 

 
 
 

 
 
 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-41414) Can't pass parameters list to another job

2017-02-09 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41414  
 
 
  Can't pass parameters list to another job   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Assignee: 
 Rachel Moreno  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41414) Can't pass parameters list to another job

2017-01-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated  JENKINS-41414  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Please, class must be specified in parameters list. For example: 

 

build job: 'test_jobs', parameters: [[$class: 'StringParameterValue', name: 'param1', value: 'test_param'], [$class: 'StringParameterValue', name:'dummy', value: "${index}"]]
 

 I hope be useful.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-41414  
 
 
  Can't pass parameters list to another job   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In Review Resolved  
 
 
Assignee: 
 Rachel Moreno  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 

[JIRA] (JENKINS-41414) Can't pass parameters list to another job

2017-01-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-41414  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41414) Can't pass parameters list to another job

2017-01-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated  JENKINS-41414  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41414  
 
 
  Can't pass parameters list to another job   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39531) Warning the use of a custom workspace

2016-11-05 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39531  
 
 
  Warning the use of a custom workspace   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 warning-job.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39531) Warning the use of a custom workspace

2016-11-05 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39531  
 
 
  Warning the use of a custom workspace   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 warning-job.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39531) Warning the use of a custom workspace

2016-11-05 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno edited a comment on  JENKINS-39531  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Warning the use of a custom workspace   
 

  
 
 
 
 

 
 Pull request: https://github.com/jenkinsci/jenkins/pull/ 2613 2615  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39531) Warning the use of a custom workspace

2016-11-05 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39531  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Warning the use of a custom workspace   
 

  
 
 
 
 

 
 Result:   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39531) Warning the use of a custom workspace

2016-11-05 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39531  
 
 
  Warning the use of a custom workspace   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 warning-job.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39531) Warning the use of a custom workspace

2016-11-05 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39531  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Warning the use of a custom workspace   
 

  
 
 
 
 

 
 Pull request: https://github.com/jenkinsci/jenkins/pull/2613  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39531) Warning the use of a custom workspace

2016-11-05 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39531  
 
 
  Warning the use of a custom workspace   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2016/Nov/05 5:29 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Rachel Moreno  
 

  
 
 
 
 

 
 It's usual to create a job from another, but we've had problems when source job is using a custom workspace. I'd suggest a very small improvement: warning the use of a custom workspace in the main view of a job.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by 

[JIRA] (JENKINS-39419) Environment variables empty for pipeline job

2016-11-03 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39419  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Environment variables empty for pipeline job   
 

  
 
 
 
 

 
 In Version History it's said: 
 
"ownership" global variable, which provides information about job and node ownership within Pipeline build
 and if ownership is printed in Pipeline: 

 

org.jenkinsci.plugins.ownership.model.OwnershipGlobalVariableImpl@15e5f8e3
 

 But I can't find that class here, in order to discover its properties.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39361) LDAP SSL authentication isn't working with OpenJDK 8/Oracle JDK 8

2016-10-31 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Hi Alex Grinko, It's a very usual problem when upgrading JVM, because of disabling insecure algorithms.  Your certificates were signed by security algorithms that are considered insecure by new version. It could be resolved quickly by commenting with # the line that starts with jdk.certpath.disabledAlgorithms= in JDK_HOME/jre/lib/security/java.security, but I think it's better to renew certificates in order to use another signature algorithm which is accepted by the new version. You can find a lot of articles about this problem when looking for Certificates does not conform to algorithm constraints. I hope be useful. Best regards, Rachel  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39361  
 
 
  LDAP SSL authentication isn't working with OpenJDK 8/Oracle JDK 8   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In Progress Resolved  
 
 
Assignee: 
 Kohsuke Kawaguchi Rachel Moreno  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 

[JIRA] (JENKINS-39361) LDAP SSL authentication isn't working with OpenJDK 8/Oracle JDK 8

2016-10-31 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-39361  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39368) Make pipeline configuration "more attractive" for all kind of users

2016-10-30 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39368  
 
 
  Make pipeline configuration "more attractive" for all kind of users   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Summary: 
 Make pipeline configuration "more attractive"  for all kind of users  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39368) Make pipeline configuration "more attractive"

2016-10-30 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39368  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make pipeline configuration "more attractive"   
 

  
 
 
 
 

 
 There is a source code generator for common tasks, but I'd suggest providing a graphical interface in which that functionality isn't necessary.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39368) Make pipeline configuration "more attractive"

2016-10-30 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39368  
 
 
  Make pipeline configuration "more attractive"   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline  
 
 
Created: 
 2016/Oct/30 4:33 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Rachel Moreno  
 

  
 
 
 
 

 
 Sorry if it's an improvement already considered. Pipeline is powerful, but IMHO it could be more attractive for all kind of users. Nowadays, we don't write config.xml files to configure jobs, but we have a friendly graphical interface to do that task. We don't see config.xml file from Jenkins, but we can write source code in text boxes if it's necessary. In the same way, I'd suggest providing a friendly graphical interface to configure nodes and stages, in which we don't see source code for common tasks like SCM configuration, triggers, ... But we can write source code in text boxes if it's necessary. I think it could make Jenkins Pipeline more attractive.  I love source code, but there are people that could refuse Jenkins when seeing too much source code in order to configure common tasks. Summary: graphical interface to hide source code for common tasks  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
   

[JIRA] (JENKINS-39189) JOB_NAME includes parameters

2016-10-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39189  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JOB_NAME includes parameters   
 

  
 
 
 
 

 
 Please, give us more details: Jenkins version, execution example, console output, ... According to logins, accounts.jenkins.io is only to manage your account. You don't need to login twice to use JIRA. Only in https://issues.jenkins-ci.org.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39218) Rebuild uses the wrong commit

2016-10-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39218  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Rebuild uses the wrong commit   
 

  
 
 
 
 

 
  I think there is no plugin with that feature, but I'd suggest you a workaround in your case. In order not to change your job configuration disabling SCM configuration, you could create another job using its workspace: 
 
Create another job 
General > Advanced... > Use custom workspace: Directory: $JENKINS_HOME/jobs//workspace 
 It could be a parametrized job in which you provide the job name you want to debug (e.g. parameter with name JOB_NAME_UNDER_TEST): Directory: $JENKINS_HOME/jobs/$JOB_NAME_UNDER_TEST/workspace  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39222) AssemblyInfo is not updating

2016-10-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39222  
 
 
  AssemblyInfo is not updating   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Resolution: 
 Not A Defect  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39222) AssemblyInfo is not updating

2016-10-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39222  
 
 
  AssemblyInfo is not updating   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Reopened Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39222) AssemblyInfo is not updating

2016-10-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39222  
 
 
  AssemblyInfo is not updating   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39222) AssemblyInfo is not updating

2016-10-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39222  
 
 
  AssemblyInfo is not updating   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Reopened Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39222) AssemblyInfo is not updating

2016-10-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39222  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: AssemblyInfo is not updating   
 

  
 
 
 
 

 
 Please, change RegexPattern by: 

 
Assembly(\w*)Version\("([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)"\)
 

 and change Filename by: 

 
FileName: MyProject/Properties/AssemblyInfo.cs
 

 without starting with  

 
./ 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39222) AssemblyInfo is not updating

2016-10-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39222  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: AssemblyInfo is not updating   
 

  
 
 
 
 

 
 Third test Job configuration step 

 
Assembly Version: ${BUILD_NUMBER}
FileName: ./AssemblyInfo.cs
RegexPattern: Assembly(\w*)Version\("([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)"\)
ReplacementPattern: Assembly$1Version("$2.$3.$4.%s")
 

 Console output: 
 
Changing the file(s) ./AssemblyInfo.cs to version : 2
 AssemblyInfo.cs (no changes)  

 

...
[assembly: AssemblyVersion("1.1.1205.1040")]
[assembly: AssemblyFileVersion("1.1.1205.1040")]
...
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-39222) AssemblyInfo is not updating

2016-10-25 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39222  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: AssemblyInfo is not updating   
 

  
 
 
 
 

 
 Environment 
 
Jenkins: 2.25 
change-assembly-version-plugin version 1.5.1 
AssemblyInfo.cs 

 

...
[assembly: AssemblyVersion("1.1.1205.1040")]
[assembly: AssemblyFileVersion("1.1.1205.1040")]
...
 

 
 First test Job configuration step 

 
Assembly Version: ${BUILD_NUMBER}
FileName: AssemblyInfo.cs
RegexPattern: Assembly(\w*)Version\("([0-9]+)\.([0-9]+)\.([0-9])\.([0-9])"\)
ReplacementPattern: Assembly$1Version("$2.$3.$4.%s")
 

 Console output: 
 
Changing the file(s) AssemblyInfo.cs to version : 1 Updating file : /var/lib/jenkins/jobs/assembly-test-previous/workspace/AssemblyInfo.cs, Version : 1 Updating file : /var/lib/jenkins/jobs/assembly-test-previous/workspace/AssemblyInfo.cs
 AssemblyInfo.cs (no changes)  

 

...
[assembly: AssemblyVersion("1.1.1205.1040")]
[assembly: AssemblyFileVersion("1.1.1205.1040")]
...
 

 Second test Job configuration step 

 
Assembly Version: ${BUILD_NUMBER}
FileName: AssemblyInfo.cs
RegexPattern: Assembly(\w*)Version\("([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)"\)
ReplacementPattern: Assembly$1Version("$2.$3.$4.%s")
 

 Console output: 
 
Changing the file(s) AssemblyInfo.cs to version : 1 Updating file : /var/lib/jenkins/jobs/assembly-test-fixed/workspace/AssemblyInfo.cs, Version : 1 Updating file : /var/lib/jenkins/jobs/assembly-test-fixed/workspace/AssemblyInfo.cs
 AssemblyInfo.cs (changed)  

 

...
[assembly: AssemblyVersion("1.1.1205.1")]
[assembly: AssemblyFileVersion("1.1.1205.1")]
...
 


[JIRA] (JENKINS-39222) AssemblyInfo is not updating

2016-10-24 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Please, change RegexPattern by: 

 

Assembly(\w*)Version\("([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)"\)
 

  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39222  
 
 
  AssemblyInfo is not updating   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 


[JIRA] (JENKINS-39222) AssemblyInfo is not updating

2016-10-24 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno assigned an issue to Rachel Moreno  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39222  
 
 
  AssemblyInfo is not updating   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Assignee: 
 Sanketh PB Rachel Moreno  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39189) JOB_NAME includes parameters

2016-10-24 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39189  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JOB_NAME includes parameters   
 

  
 
 
 
 

 
 Please, where are you writing $JOB_NAME value? What job configuration option?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39196) unclassified method java.lang.String strip

2016-10-24 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I think you're looking for trim method.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39196  
 
 
  unclassified method java.lang.String strip   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open Resolved  
 
 
Assignee: 
 Oleg Nenashev Rachel Moreno  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are 

[JIRA] (JENKINS-39218) Rebuild uses the wrong commit

2016-10-24 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39218  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Rebuild uses the wrong commit   
 

  
 
 
 
 

 
 From Bug to Improvement, because this plugin only considers parameters: it allows the user to rebuild a parametrized build without entering the parameters again.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39218) Rebuild uses the wrong commit

2016-10-24 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39218  
 
 
  Rebuild uses the wrong commit   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Issue Type: 
 Bug Improvement  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39129) We are not able to delete few jobs .. A problem occurred while processing the request.

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39129  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: We are not able to delete few jobs .. A problem occurred while processing the request.   
 

  
 
 
 
 

 
 Please, check if it's the same issue as JENKINS-24364.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39165) Plug-in Manager - Opps error while uploading Groovy plugin

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39165  
 
 
  Plug-in Manager - Opps error while uploading Groovy plugin   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39165) Plug-in Manager - Opps error while uploading Groovy plugin

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39165  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plug-in Manager - Opps error while uploading Groovy plugin   
 

  
 
 
 
 

 
 groovy-binary-2.4.3.zip is not a Jenkins Plugin. The best way in order to install a Jenkins Plugin: Jenkins > Plugin Manager > Available. If you don't have network connection from your Jenkins server, upload .hpi that you can download from Latest release link (check Required Core and Dependencies).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39165) Plug-in Manager - Opps error while uploading Groovy plugin

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-39165  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39165) Plug-in Manager - Opps error while uploading Groovy plugin

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno assigned an issue to Rachel Moreno  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39165  
 
 
  Plug-in Manager - Opps error while uploading Groovy plugin   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Assignee: 
 Rachel Moreno  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37371) Failed to create a temporary file when creating a new job

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-37371  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to create a temporary file when creating a new job   
 

  
 
 
 
 

 
 It says "No such file or directory". Have you checked /var/lib/jenkins/jobs/ or /var/lib/jenkins/jobs/HeavyWarAPI ?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39153  
 
 
  GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Comment: 
 Oh, sorry deeply [~daspilker], I've just seen you maintain the Job DSL Plugin and I thought it was a user's problem.!https://s-media-cache-ak0.pinimg.com/236x/66/92/da/6692da3d184952e8dae08d024ecd0fce.jpg!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39153  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
 Oh, sorry deeply Daniel Spilker, I've just seen you maintain the Job DSL Plugin and I thought it was a user's problem.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno edited a comment on  JENKINS-39153  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
 Oh, sorry deeply [~daspilker], I've just seen you  maintains  maintain  the Job DSL Plugin and I thought it was a user's problem.!https://s-media-cache-ak0.pinimg.com/236x/66/92/da/6692da3d184952e8dae08d024ecd0fce.jpg!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-21 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno assigned an issue to Daniel Spilker  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Oh, sorry deeply Daniel Spilker, I've just seen you maintains the Job DSL Plugin and I thought it was a user's problem.   
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39153  
 
 
  GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Assignee: 
 Rachel Moreno Daniel Spilker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-20 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39153  
 
 
  GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-20 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39153  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
 It works in this way: 

 

def SLACK_CHANNEL = 'bar'

job('example') {
  publishers {
slackNotifier {
  room('foo-' + "${SLACK_CHANNEL}")
  notifyAborted(true)
  notifyFailure(true)
  notifyNotBuilt(false)
  notifyUnstable(true)
  notifyBackToNormal(true)
  notifySuccess(false)
  notifyRepeatedFailure(false)
  startNotification(false)
  includeTestSummary(false)
  includeCustomMessage(false)
  customMessage(null)
  buildServerUrl(null)
  sendAs(null)
  commitInfoChoice('NONE')
  teamDomain(null)
  authToken(null)
}
  }
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-20 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno assigned an issue to Rachel Moreno  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39153  
 
 
  GString not supported by automatically generated DSL   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Assignee: 
 Daniel Spilker Rachel Moreno  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39153) GString not supported by automatically generated DSL

2016-10-20 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-39153  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-38972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: fileExists doesn't take variables   
 

  
 
 
 
 

 
 And the section: 

 

} else {
 error: '${controlFile} still missing. Will now fail the job.'
}
 

 It should be: 

 

} else {
 error("${controlFile} still missing. Will now fail the job.")
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Component/s: 
 workflow-basic-steps-plugin  
 
 
Component/s: 
 workflow-aggregator-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-38972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: fileExists doesn't take variables   
 

  
 
 
 
 

 
 Hi angel vera, Of course, it's the first thing I did:  Output: 

 

[Pipeline] {
[Pipeline] fileExists
[Pipeline] echo
/home/rachel/examples/file.txt exists.
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
 

 The only problem I found in your code was the use of single quotes in echo strings.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 38972-step-1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 38972-step-2.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 38972-step-1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 38972-step-2.png  
 
 
Attachment: 
 38972-step-1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 JENKINS-38972-step-1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 JENKINS-38972-step-2.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-18 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Attachment: 
 JENKINS-38972-step-2.png  
 
 
Attachment: 
 JENKINS-38972-step-1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39003) Error stating "Local WAR file does not existing", though war file does exist

2016-10-17 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39003  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error stating "Local WAR file does not existing", though war file does exist   
 

  
 
 
 
 

 
 Check permissions in order not to have to disable slaves. For WAR deployment, consider Deploy Plugin.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-17 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-38972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Reopened In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-17 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-38972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: fileExists doesn't take variables   
 

  
 
 
 
 

 
 Sorry for the misunderstanding. In that case, please, check permissions. User with which you started Jenkins might have permissions to access the file.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39003) Error stating "Local WAR file does not existing", though war file does exist

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It seems because of permissions.  File is copied as admin: 

 
Started by user admin
...
copy /tmp/jenkins_repo/gov/nasa/msfc/dctm/webtop/6.82..0171/webtop-6.82..0171.war to file:/export/home/svmsbuild/workspace/deploy-war/target/webtop-6.82..0171.war
...
 

 but it's accessed by another user: 

 
...
ERROR: Exception while executing as mfaine@msasd1
...
 

  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39003  
 
 
  Error stating "Local WAR file does not existing", though war file does exist   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

[JIRA] (JENKINS-39003) Error stating "Local WAR file does not existing", though war file does exist

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-39003  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39003) Error stating "Local WAR file does not existing", though war file does exist

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno assigned an issue to Rachel Moreno  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39003  
 
 
  Error stating "Local WAR file does not existing", though war file does exist   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Assignee: 
 Rachel Moreno  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 In order to replace a variable in a string, you might use double quotes. E.g: 

 

...
echo "${controlFile} exists."
...
 

  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 
  

[JIRA] (JENKINS-38972) fileExists doesn't take variables

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno assigned an issue to Rachel Moreno  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Assignee: 
 Rachel Moreno  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38972) fileExists doesn't take variables

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-38972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37433) findFiles doesn't get dot directories

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It's not a defect. According to documentation when parameter glob is used, Ant style pattern is followed.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-37433  
 
 
  findFiles doesn't get dot directories   
 

  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 In Progress Resolved  
 
 
Assignee: 
 rsandell Rachel Moreno  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

 

[JIRA] (JENKINS-37433) findFiles doesn't get dot directories

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-37433  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-33455) Option to disable echo of executed commands

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-33455  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Option to disable echo of executed commands   
 

  
 
 
 
 

 
 I got it with: 

 

#!/bin/bash +x
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36631) Exception when publishing, exception message [null]

2016-10-16 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-36631  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Exception when publishing, exception message [null]   
 

  
 
 
 
 

 
 Maybe it's because of: 

 

/correct/destination/path
 

 It's not a valid path in Windows Server.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.