Re: Readonly job parameters

2013-07-21 Thread N. Hao Ching
Although not ideal, you can use this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Global+Variable+String+Parameter+Plugin -Hao On Jul 21, 2013, at 4:53 PM, Thomas Fields wrote: > >>No, that I am aware of. I've been kind of thinking about something similar > but more of like a set of var

Re: what is a jenkins workspace

2013-07-18 Thread N. Hao Ching
A jenkins workspace is the actual physical working directory where you check out files or generate files during a project run. If it doesn’t exist, it will be created for you on the first run. -Hao On Jul 18, 2013, at 7:52 AM, David Gang wrote: > Hi, > > What is a jenkins workspace and how d