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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-dev/af240464-f1ea-48a0-8845-86591f498de8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.