Hi,

I use the repository connector plugin for downloading Maven artifact from 
the repository directly. I configure a parameterized build for choosing the 
version of the artifact. I can access the parameter (${groupid.artifactid}, 
groupid and artifactid are placeholder for the real Maven coordinates) in 
the artifact resolver build step. After this build step I'd like to run a 
execute shell build step that uses the same parameter. I try to access the 
parameter like the other build parameter described on the wiki page 
"Parameterized Build" 
(https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build). But I 
get error "/tmp/tomcat7-tomcat7-tmp/hudson4994980513233865127.sh: 4: 
/tmp/tomcat7-tomcat7-tmp/hudson4994980513233865127.sh: Bad substitution" 
after the job tries running the shell build step. In my opinion the build 
parameter "groupid.artifactid" should be available in the shell, because 
calling "env" in shell step shows this parameter. Do I anything wrong?

Thanks and best regards,

Sandra

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/19f88a7e-d5c5-4106-afa1-dab43e4a5248%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to