[JIRA] (JENKINS-41762) NodeJS plugin not updating PATH as expected

2017-02-07 Thread sg...@thetasgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Goor commented on  JENKINS-41762  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NodeJS plugin not updating PATH as expected   
 

  
 
 
 
 

 
 I can confirm that removing the Multijob and its dependent EnvInject plugin resolved the problem so it does appear to be a duplicate of JENKINS-27170. Thanks 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-41762) NodeJS plugin not updating PATH as expected

2017-02-07 Thread sg...@thetasgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Goor edited a comment on  JENKINS-41762  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NodeJS plugin not updating PATH as expected   
 

  
 
 
 
 

 
 Thanks for the response, Yes I have EnvInject installed as a dependency of the Multijob plugin but I think I can do things in a different way  so I don't need the multijob plugin  to get around the issue.  Thanks for your help.  
 

  
 
 
 
 

 
 
 

 
 
 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-41762) NodeJS plugin not updating PATH as expected

2017-02-07 Thread sg...@thetasgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Goor commented on  JENKINS-41762  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NodeJS plugin not updating PATH as expected   
 

  
 
 
 
 

 
 Thanks for the response, Yes I have EnvInject installed as a dependency of the Multijob plugin but I think I can do things in a different way to get around the issue.  Thanks for your help.  
 

  
 
 
 
 

 
 
 

 
 
 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-41762) NodeJS plugin not updating PATH as expected

2017-02-06 Thread sg...@thetasgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Goor updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41762  
 
 
  NodeJS plugin not updating PATH as expected   
 

  
 
 
 
 

 
Change By: 
 Stefan Goor  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 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-41762) NodeJS plugin not updating PATH as expected

2017-02-06 Thread sg...@thetasgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Goor updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41762  
 
 
  NodeJS plugin not updating PATH as expected   
 

  
 
 
 
 

 
Change By: 
 Stefan Goor  
 

  
 
 
 
 

 
 I have followed the instructions on the "Usage" section of https://wiki.jenkins-ci.org/display/JENKINS/NodeJS+Plugin which had worked for me in the past but on 2 recently created instances the path is not  be  being  updated with the commands.When using the simple shell example with the build environment to provide the node and npm bin folder to the path, I get the following output and error:{code}[EnvInject] - Loading node environment variables.Building in workspace /var/lib/jenkins/workspace/Test nodejs$ /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/bin/npm install -g bower grunt-cli/var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/bin/grunt -> /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/lib/node_modules/grunt-cli/bin/grunt/var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/bin/bower -> /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/lib/node_modules/bower/bin/bowergrunt-cli@1.2.0 /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/lib/node_modules/grunt-cli├── grunt-known-options@1.1.0├── nopt@3.0.6 (abbrev@1.0.9)├── resolve@1.1.7└── findup-sync@0.3.0 (glob@5.0.15)bower@1.8.0 /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/lib/node_modules/bower[Test nodejs] $ /bin/sh -xe /tmp/hudson7648911894139277606.sh+ echo /sbin:/usr/sbin:/bin:/usr/bin/sbin:/usr/sbin:/bin:/usr/bin+ node --version/tmp/hudson7648911894139277606.sh: line 3: node: command not foundBuild step 'Execute shell' marked build as failureFinished: FAILURE{code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
 

[JIRA] (JENKINS-41762) NodeJS plugin not updating PATH as expected

2017-02-06 Thread sg...@thetasgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Goor created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41762  
 
 
  NodeJS plugin not updating PATH as expected   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 nodejs-plugin  
 
 
Created: 
 2017/Feb/06 2:27 PM  
 
 
Environment: 
 Amazon Linux EC2 instance using Jenkins ver. 2.32.2 and NodeJS plugin version 1.0.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Stefan Goor  
 

  
 
 
 
 

 
 I have followed the instructions on the "Usage" section of https://wiki.jenkins-ci.org/display/JENKINS/NodeJS+Plugin which had worked for me in the past but on 2 recently created instances the path is not be updated with the commands. When using the simple shell example with the build environment to provide the node and npm bin folder to the path, I get the following output and error: 

 

[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/workspace/Test nodejs
$ /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/bin/npm install -g bower grunt-cli
/var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/bin/grunt -> /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/lib/node_modules/grunt-cli/bin/grunt
/var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/bin/bower -> /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/lib/node_modules/bower/bin/bower
grunt-cli@1.2.0 /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/v0.12.13/lib/node_modules/grunt-cli
├── grunt-known-options@1.1.0
├── nopt@3.0.6 (abbrev@1.0.9)
├── resolve@1.1.7
└── findup-sync@0.3.0 

[JIRA] [jenkins-multijob-plugin] (JENKINS-18307) Multijob Schedule a Build Button in the Multijob view stopped working

2013-07-23 Thread sg...@thetasgroup.com (JIRA)














































Stefan Goor
 commented on  JENKINS-18307


Multijob Schedule a Build Button in the Multijob view stopped working















I'm not sure if this a related issue but if I click into a project that uses multijob and click "Build Now" from the menu on the left it displays a message saying it is scheduled but nothing happens.  If I click build now from the list view the job does get scheduled and runs correctly.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.