[JIRA] Created: (JENKINS-9159) use a parameter value for setting the build name build-name-setter-plugin

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Created: (JENKINS-9159) use a parameter value for setting the build name build-name-setter-plugin

JIRA noreply@jenkins-ci.org
use a parameter value for setting the build name build-name-setter-plugin
-------------------------------------------------------------------------

                 Key: JENKINS-9159
                 URL: http://issues.jenkins-ci.org/browse/JENKINS-9159
             Project: Jenkins
          Issue Type: Bug
          Components: core
            Reporter: farshidce


the set build description plugin allows the user to use one of the env variables or the job's parameter in setting the description.the build-name-setter-plugin doesn't accept such parameter though.

ideally we can have one plugin that let the user to set the build_name and build_description.

this is not a core bug but i couldn't find a component for build-name-setter-plugin

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Updated: (JENKINS-9159) use a parameter value or an environment value for setting the build name build-name-setter-plugin

JIRA noreply@jenkins-ci.org

     [ http://issues.jenkins-ci.org/browse/JENKINS-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

farshidce updated JENKINS-9159:
-------------------------------

    Summary: use a parameter value or an environment value for setting the build name build-name-setter-plugin  (was: use a parameter value for setting the build name build-name-setter-plugin)

> use a parameter value or an environment value for setting the build name build-name-setter-plugin
> -------------------------------------------------------------------------------------------------
>
>                 Key: JENKINS-9159
>                 URL: http://issues.jenkins-ci.org/browse/JENKINS-9159
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>            Reporter: farshidce
>
> the set build description plugin allows the user to use one of the env variables or the job's parameter in setting the description.the build-name-setter-plugin doesn't accept such parameter though.
> ideally we can have one plugin that let the user to set the build_name and build_description.
> this is not a core bug but i couldn't find a component for build-name-setter-plugin

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9159) use a parameter value or an environment value for setting the build name build-name-setter-plugin

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruth Morgenstein updated JENKINS-9159:
--------------------------------------

    Component/s: build-name-setter
                     (was: core)
   

> use a parameter value or an environment value for setting the build name build-name-setter-plugin
> -------------------------------------------------------------------------------------------------
>
>                 Key: JENKINS-9159
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9159
>             Project: Jenkins
>          Issue Type: Bug
>          Components: build-name-setter
>            Reporter: farshidce
>
> the set build description plugin allows the user to use one of the env variables or the job's parameter in setting the description.the build-name-setter-plugin doesn't accept such parameter though.
> ideally we can have one plugin that let the user to set the build_name and build_description.
> this is not a core bug but i couldn't find a component for build-name-setter-plugin

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9159) use a parameter value or an environment value for setting the build name build-name-setter-plugin

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159350#comment-159350 ]

Ruth Morgenstein commented on JENKINS-9159:
-------------------------------------------

I have a 2-step job chain:
Step 1 - git checkout & build
Step 2 - unit tests
I pass the GIT_BRANCH as a parameter to the test job and want to use the buld-name-setter in the 2nd job, but this bugs prevents it.  I've worked around this bug by doing a throw-away git checkout (to set GIT_BRANCH) using the passed branch name, but it would be nice if I didn't have to add this unneeded step.
               

> use a parameter value or an environment value for setting the build name build-name-setter-plugin
> -------------------------------------------------------------------------------------------------
>
>                 Key: JENKINS-9159
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9159
>             Project: Jenkins
>          Issue Type: Bug
>          Components: build-name-setter
>            Reporter: farshidce
>
> the set build description plugin allows the user to use one of the env variables or the job's parameter in setting the description.the build-name-setter-plugin doesn't accept such parameter though.
> ideally we can have one plugin that let the user to set the build_name and build_description.
> this is not a core bug but i couldn't find a component for build-name-setter-plugin

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-9159) use a parameter value or an environment value for setting the build name build-name-setter-plugin

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162398#comment-162398 ]

Carl Norum commented on JENKINS-9159:
-------------------------------------

 I'm just starting with Jenkins, but this one bit me; having to maintain the "pretty version" in two places seems prone to error.  Certainly there's an easy workaround, but it would be good for it to behave nicely.
               

> use a parameter value or an environment value for setting the build name build-name-setter-plugin
> -------------------------------------------------------------------------------------------------
>
>                 Key: JENKINS-9159
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9159
>             Project: Jenkins
>          Issue Type: Bug
>          Components: build-name-setter
>            Reporter: farshidce
>
> the set build description plugin allows the user to use one of the env variables or the job's parameter in setting the description.the build-name-setter-plugin doesn't accept such parameter though.
> ideally we can have one plugin that let the user to set the build_name and build_description.
> this is not a core bug but i couldn't find a component for build-name-setter-plugin

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Loading...