Wow, glad you worked that out!

Yes the front end pluging picks an appropriate pre-made node binary for the 
platform. This has happened before with BSD (no premade binaries exist for 
freebsd though, as far as I know). 

I assume you are showing up as i386 as you are 32bit? 

Did that change work? 

The repo that has the configuration for what node version to download is 
here: https://github.com/jenkinsci/plugin-pom/blob/master/pom.xml in the 
https://github.com/jenkinsci/plugin-pom/ repo. 



On Wednesday, June 15, 2016 at 7:44:51 AM UTC+10, Quentin Dufour wrote:
>
> Problem was due to my (old ?) architecture : i386.
> There is no entry for nodejs and linux i386.
>
> I've solved the problem by adding the following to * 
> ~/.m2/repository/org/jenkins-ci/plugins/plugin/2.10/plugin-2.10.pom* :
>      <profile>
>       <id>node-classifier-linux-i386</id>
>       <activation>
>         <os>
>           <family>Linux</family>
>           <arch>i386</arch>
>         </os>
>       </activation>
>       <properties>
>         
> <node.download.file>node-v${node.version}-linux-x86.tar.gz</node.download.file>
>         <node.download.classifier />
>       </properties>
>     </profile>
>
> When I'll be sure that it solves the problem, I would be happy to propose 
> a pull request to JenkinsCI but I'm not sure of the corresponding file in 
> the repository.
> I'm supposing its 
> https://github.com/jenkinsci/jenkins/blob/00fc80fe29c4dd02afb6052715f3926bed6a8695/war/pom.xml
>
> I will try to test that tomorrow.
> Sorry for the useless post, I hope it will help someone :D
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/161536de-e459-4c75-8cba-f4321fd4ac9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to