For anyone who might want to know.  I found my answer.
https://stackoverflow.com/questions/7751735/how-to-configure-a-single-jenkins-job-to-make-the-release-process-from-trunk-or/32622725#32622725

On Thu, Jun 7, 2018 at 9:31 AM, Mark Davis <[email protected]> wrote:

> Jenkins works great to grab a set of code from a repo (like svn) and move
> it to another server.   Here's what I am trying to do, and our sysadmin
> says he has seen it done.
>
> When you configure a Jenkins job, you give it the repository URL.  This
> would be something like https://**MYSVNURL**/**MYPROJECT***/trunk, if you
> are grabbing the trunk.
>
> I want to deploy by a tag instead of the trunk, and I don't want to have
> to go into the job's configuration every time and specify the tag (it would
> be something like  https://**MYSVNURL**/**MYPROJECT***/tags/**MY_
> SPECIFIC_TAG**
>
> Our sysadmin says he say a client using a sort of wizard, where a window
> pops up and you can enter a specific tag, which the job will then use.
>
> Is this all crazy talk?  Has anyone seen something like this?
>
> TIA,
>
> Mark
>

-- 
-- 
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [email protected]
For more options, visit http://groups.google.com/group/houcfug?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Houston ColdFusion Users' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to