Feature #271
Updated by Florian Lier over 10 years ago
Based on the first beta tests, people tried to do the following:
<pre>
export prefix=/tmp/ $prefix=/tmp/
$prefix/jenkins/job-configurator --on-error=continue -b http://localhost:8080 -d $prefix/dist/distributions/DESIRED_DISTRIBUTION.distribution -t '$prefix/dist/templates/*.template'
</pre>
This does _not_ work, however, this is clearly also dependent on the quality of the provided tutorial. However, I believe
it's a good idea to enable the build-generator to make use of environment variables.
<pre>
export prefix=/tmp/ $prefix=/tmp/
$prefix/jenkins/job-configurator --on-error=continue -b http://localhost:8080 -d $prefix/dist/distributions/DESIRED_DISTRIBUTION.distribution -t '$prefix/dist/templates/*.template'
</pre>
This does _not_ work, however, this is clearly also dependent on the quality of the provided tutorial. However, I believe
it's a good idea to enable the build-generator to make use of environment variables.