Quantcast

new CustomHistory plugin

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

new CustomHistory plugin

Roman
Hi,

I'd like to add a new plugin "CustomHistory" which provides custom history(any text data) attachment for builds. It could be used for cases when standard jenkins version control tools cannot be used because of build process.

My github id is 'ryg-'

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

Re: new CustomHistory plugin

nicolas de loof-2
Can you please publish your plugin on your own github account so that we can fork it on jenkinsci organisation ?

2012/7/12 Roman <[hidden email]>
Hi,

I'd like to add a new plugin "CustomHistory" which provides custom history(any text data) attachment for builds. It could be used for cases when standard jenkins version control tools cannot be used because of build process.

My github id is 'ryg-'

Thanks,
Roman

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

Re: new CustomHistory plugin

Roman
It published there
https://github.com/ryg-/CustomHistory

Thanks,
        Roman

nicolas de loof <[hidden email]> писал(а) в своём письме Thu, 12  
Jul 2012 11:47:07 +0400:

> Can you please publish your plugin on your own github account so that we
> can fork it on jenkinsci organisation ?
>
> 2012/7/12 Roman <[hidden email]>
>
>> Hi,
>>
>> I'd like to add a new plugin "CustomHistory" which provides custom
>> history(any text data) attachment for builds. It could be used for cases
>> when standard jenkins version control tools cannot be used because of  
>> build
>> process.
>>
>> My github id is 'ryg-'
>>
>> Thanks,
>> Roman
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new CustomHistory plugin

nicolas de loof-2
oups ...

Failed to fork a repository: https://api.github.com/repos/jenkinsci/CustomHistory/teams



2012/7/12 Roman <[hidden email]>
It published there
https://github.com/ryg-/CustomHistory

Thanks,
        Roman

nicolas de loof <[hidden email]> писал(а) в своём письме Thu, 12 Jul 2012 11:47:07 +0400:


Can you please publish your plugin on your own github account so that we
can fork it on jenkinsci organisation ?

2012/7/12 Roman <[hidden email]>

Hi,

I'd like to add a new plugin "CustomHistory" which provides custom
history(any text data) attachment for builds. It could be used for cases
when standard jenkins version control tools cannot be used because of build
process.

My github id is 'ryg-'

Thanks,
Roman

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

Re: new CustomHistory plugin

Roman
Thank you!
nicolas de loof <[hidden email]> писал(а) в своём письме Thu, 12  
Jul 2012 12:39:48 +0400:

> oups ...
>
> Failed to fork a repository:
> https://api.github.com/repos/jenkinsci/CustomHistory/teams
>
> anyway repo has been forked :
> https://github.com/jenkinsci/custom-history-plugin
> and CI job :
> https://jenkins.ci.cloudbees.com/job/plugins/job/custom-history/
>
> 2012/7/12 Roman <[hidden email]>
>
>> It published there
>> https://github.com/ryg-/**CustomHistory<https://github.com/ryg-/CustomHistory>
>>
>> Thanks,
>>         Roman
>>
>> nicolas de loof <[hidden email]> писал(а) в своём письме Thu,
>> 12 Jul 2012 11:47:07 +0400:
>>
>>
>>  Can you please publish your plugin on your own github account so that  
>> we
>>> can fork it on jenkinsci organisation ?
>>>
>>> 2012/7/12 Roman <[hidden email]>
>>>
>>>  Hi,
>>>>
>>>> I'd like to add a new plugin "CustomHistory" which provides custom
>>>> history(any text data) attachment for builds. It could be used for  
>>>> cases
>>>> when standard jenkins version control tools cannot be used because of
>>>> build
>>>> process.
>>>>
>>>> My github id is 'ryg-'
>>>>
>>>> Thanks,
>>>> Roman
>>>>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new CustomHistory plugin

Roman
In reply to this post by nicolas de loof-2
Hi Nicolas,

I cannot publish plugin:
I executing command as described on page  
https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins

................
mvn -X   release:prepare release:perform
.............
[INFO] Executing: /bin/sh -c cd  
/home/ryg/work/xyratex/jenkins/src/my/CustomHistory && git push  
ssh://ryg_:[hidden email]/jenkinsci/custom-history-plugin.git  
CustomHistory-1.0
[INFO] Working directory:  
/home/ryg/work/xyratex/jenkins/src/my/CustomHistory
[INFO]  
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]  
------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
The git-push command failed.
Command output:
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

.............
ryg_ is my login on jenkinsci site.

Could you please say where I did mistake?

Thanks,
        Roman

> oups ...
>
> Failed to fork a repository:
> https://api.github.com/repos/jenkinsci/CustomHistory/teams
>
> anyway repo has been forked :
> https://github.com/jenkinsci/custom-history-plugin
> and CI job :
> https://jenkins.ci.cloudbees.com/job/plugins/job/custom-history/
>
> 2012/7/12 Roman <[hidden email]>
>
>> It published there
>> https://github.com/ryg-/**CustomHistory<https://github.com/ryg-/CustomHistory>
>>
>> Thanks,
>>         Roman
>>
>> nicolas de loof <[hidden email]> писал(а) в своём письме Thu,
>> 12 Jul 2012 11:47:07 +0400:
>>
>>
>>  Can you please publish your plugin on your own github account so that  
>> we
>>> can fork it on jenkinsci organisation ?
>>>
>>> 2012/7/12 Roman <[hidden email]>
>>>
>>>  Hi,
>>>>
>>>> I'd like to add a new plugin "CustomHistory" which provides custom
>>>> history(any text data) attachment for builds. It could be used for  
>>>> cases
>>>> when standard jenkins version control tools cannot be used because of
>>>> build
>>>> process.
>>>>
>>>> My github id is 'ryg-'
>>>>
>>>> Thanks,
>>>> Roman
>>>>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new CustomHistory plugin

nicolas de loof-2

Probably side effect of the fork error , need to add you to dev team. Can an account owner have a look ?

Le 15 juil. 2012 10:26, "Roman" <[hidden email]> a écrit :
Hi Nicolas,

I cannot publish plugin:
I executing command as described on page https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins

................
mvn -X   release:prepare release:perform
.............
[INFO] Executing: /bin/sh -c cd /home/ryg/work/xyratex/jenkins/src/my/CustomHistory && git push ssh://ryg_:XXXXXXX@.../jenkinsci/custom-history-plugin.git CustomHistory-1.0
[INFO] Working directory: /home/ryg/work/xyratex/jenkins/src/my/CustomHistory
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
The git-push command failed.
Command output:
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

.............
ryg_ is my login on jenkinsci site.

Could you please say where I did mistake?

Thanks,
        Roman

oups ...

Failed to fork a repository:
https://api.github.com/repos/jenkinsci/CustomHistory/teams

anyway repo has been forked :
https://github.com/jenkinsci/custom-history-plugin
and CI job :
https://jenkins.ci.cloudbees.com/job/plugins/job/custom-history/

2012/7/12 Roman <[hidden email]>

It published there
https://github.com/ryg-/**CustomHistory<https://github.com/ryg-/CustomHistory>

Thanks,
        Roman

nicolas de loof <[hidden email]> писал(а) в своём письме Thu,
12 Jul 2012 11:47:07 +0400:


 Can you please publish your plugin on your own github account so that we
can fork it on jenkinsci organisation ?

2012/7/12 Roman <[hidden email]>

 Hi,

I'd like to add a new plugin "CustomHistory" which provides custom
history(any text data) attachment for builds. It could be used for cases
when standard jenkins version control tools cannot be used because of
build
process.

My github id is 'ryg-'

Thanks,
Roman

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

Re: new CustomHistory plugin

Roman
I'm account owner of my accounts. Where should I look?

> Probably side effect of the fork error , need to add you to dev team. Can
> an account owner have a look ?
> Le 15 juil. 2012 10:26, "Roman" <[hidden email]> a écrit :
>
>> Hi Nicolas,
>>
>> I cannot publish plugin:
>> I executing command as described on page https://wiki.jenkins-ci.org/**
>> display/JENKINS/Hosting+**Plugins<https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins>
>>
>> ................
>> mvn -X   release:prepare release:perform
>> .............
>> [INFO] Executing: /bin/sh -c cd  
>> /home/ryg/work/xyratex/**jenkins/src/my/CustomHistory
>> && git push ssh://ryg_:[hidden email]/**jenkinsci/custom-history-**
>> plugin.git<http://ryg_:XXXXXXX@.../jenkinsci/custom-history-plugin.git>CustomHistory-1.0
>> [INFO] Working directory: /home/ryg/work/xyratex/**
>> jenkins/src/my/CustomHistory
>> [INFO] ------------------------------**------------------------------**
>> ------------
>> [ERROR] BUILD FAILURE
>> [INFO] ------------------------------**------------------------------**
>> ------------
>> [INFO] Unable to tag SCM
>> Provider message:
>> The git-push command failed.
>> Command output:
>> Permission denied (publickey).
>> fatal: The remote end hung up unexpectedly
>>
>> .............
>> ryg_ is my login on jenkinsci site.
>>
>> Could you please say where I did mistake?
>>
>> Thanks,
>>         Roman
>>
>>  oups ...
>>>
>>> Failed to fork a repository:
>>> https://api.github.com/repos/**jenkinsci/CustomHistory/teams<https://api.github.com/repos/jenkinsci/CustomHistory/teams>
>>>
>>> anyway repo has been forked :
>>> https://github.com/jenkinsci/**custom-history-plugin<https://github.com/jenkinsci/custom-history-plugin>
>>> and CI job :
>>> https://jenkins.ci.cloudbees.**com/job/plugins/job/custom-**history/<https://jenkins.ci.cloudbees.com/job/plugins/job/custom-history/>
>>>
>>> 2012/7/12 Roman <[hidden email]>
>>>
>>>  It published there
>>>> https://github.com/ryg-/****CustomHistory<https://github.com/ryg-/**CustomHistory>
>>>> <https://github.**com/ryg-/CustomHistory<https://github.com/ryg-/CustomHistory>
>>>> >
>>>>
>>>> Thanks,
>>>>         Roman
>>>>
>>>> nicolas de loof <[hidden email]> писал(а) в своём письме  
>>>> Thu,
>>>> 12 Jul 2012 11:47:07 +0400:
>>>>
>>>>
>>>>  Can you please publish your plugin on your own github account so  
>>>> that we
>>>>
>>>>> can fork it on jenkinsci organisation ?
>>>>>
>>>>> 2012/7/12 Roman <[hidden email]>
>>>>>
>>>>>  Hi,
>>>>>
>>>>>>
>>>>>> I'd like to add a new plugin "CustomHistory" which provides custom
>>>>>> history(any text data) attachment for builds. It could be used for
>>>>>> cases
>>>>>> when standard jenkins version control tools cannot be used because  
>>>>>> of
>>>>>> build
>>>>>> process.
>>>>>>
>>>>>> My github id is 'ryg-'
>>>>>>
>>>>>> Thanks,
>>>>>> Roman
>>>>>>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new CustomHistory plugin

cjo9900
nicolas de loof  was meaning the jenkinsci owners on github, 
and is probably linked to the other issue seen on the IRC jenkins-admin bot

"Grating commit access to a plugin fails"
https://groups.google.com/d/topic/jenkinsci-dev/jj4SUYeDpRg/discussion

where the user cannot be given commit privileges to jenkinsci, which is what you are missing. 


On Monday, July 16, 2012 5:33:34 PM UTC+1, Roman wrote:
I'm account owner of my accounts. Where should I look?

> Probably side effect of the fork error , need to add you to dev team. Can
> an account owner have a look ?
> Le 15 juil. 2012 10:26, "Roman" <[hidden email]> a écrit :
>
>> Hi Nicolas,
>>
>> I cannot publish plugin:
>> I executing command as described on page https://wiki.jenkins-ci.org/**
>> display/JENKINS/Hosting+**Plugins<https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins>
>>
>> ................
>> mvn -X   release:prepare release:perform
>> .............
>> [INFO] Executing: /bin/sh -c cd  
>> /home/ryg/work/xyratex/**jenkins/src/my/CustomHistory
>> && git push ssh://ryg_:XXXXXXX@.../**jenkinsci/custom-history-**
>> plugin.git<http://ryg_:XXXXXXX@.../jenkinsci/custom-history-plugin.git>CustomHistory-1.0
>> [INFO] Working directory: /home/ryg/work/xyratex/**
>> jenkins/src/my/CustomHistory
>> [INFO] ------------------------------**------------------------------**
>> ------------
>> [ERROR] BUILD FAILURE
>> [INFO] ------------------------------**------------------------------**
>> ------------
>> [INFO] Unable to tag SCM
>> Provider message:
>> The git-push command failed.
>> Command output:
>> Permission denied (publickey).
>> fatal: The remote end hung up unexpectedly
>>
>> .............
>> ryg_ is my login on jenkinsci site.
>>
>> Could you please say where I did mistake?
>>
>> Thanks,
>>         Roman
>>
>>  oups ...
>>>
>>> Failed to fork a repository:
>>> https://api.github.com/repos/**jenkinsci/CustomHistory/teams<https://api.github.com/repos/jenkinsci/CustomHistory/teams>
>>>
>>> anyway repo has been forked :
>>> https://github.com/jenkinsci/**custom-history-plugin<https://github.com/jenkinsci/custom-history-plugin>
>>> and CI job :
>>> https://jenkins.ci.cloudbees.**com/job/plugins/job/custom-**history/<https://jenkins.ci.cloudbees.com/job/plugins/job/custom-history/>
>>>
>>> 2012/7/12 Roman <[hidden email]>
>>>
>>>  It published there
>>>> https://github.com/ryg-/****CustomHistory<https://github.com/ryg-/**CustomHistory>
>>>> <https://github.**com/ryg-/CustomHistory<https://github.com/ryg-/CustomHistory>
>>>> >
>>>>
>>>> Thanks,
>>>>         Roman
>>>>
>>>> nicolas de loof <[hidden email]> писал(а) в своём письме  
>>>> Thu,
>>>> 12 Jul 2012 11:47:07 +0400:
>>>>
>>>>
>>>>  Can you please publish your plugin on your own github account so  
>>>> that we
>>>>
>>>>> can fork it on jenkinsci organisation ?
>>>>>
>>>>> 2012/7/12 Roman <[hidden email]>
>>>>>
>>>>>  Hi,
>>>>>
>>>>>>
>>>>>> I'd like to add a new plugin "CustomHistory" which provides custom
>>>>>> history(any text data) attachment for builds. It could be used for
>>>>>> cases
>>>>>> when standard jenkins version control tools cannot be used because  
>>>>>> of
>>>>>> build
>>>>>> process.
>>>>>>
>>>>>> My github id is 'ryg-'
>>>>>>
>>>>>> Thanks,
>>>>>> Roman
>>>>>>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Heed help ! was: new CustomHistory plugin

Roman
Hi,

does anybody could help with commiting changes?
I cannot put my plugin to jenkins repo. Who can give me git permissions?

Thanks,
        Roman

> nicolas de loof  was meaning the jenkinsci owners on github,
> and is probably linked to the other issue seen on the IRC jenkins-admin  
> bot
>
> "Grating commit access to a plugin fails"
> https://groups.google.com/d/topic/jenkinsci-dev/jj4SUYeDpRg/discussion
>
> where the user cannot be given commit privileges to jenkinsci, which is
> what you are missing.
>
>
> On Monday, July 16, 2012 5:33:34 PM UTC+1, Roman wrote:
>>
>> I'm account owner of my accounts. Where should I look?
>>
>> > Probably side effect of the fork error , need to add you to dev team.
>> Can
>> > an account owner have a look ?
>> > Le 15 juil. 2012 10:26, "Roman" <[hidden email]> a écrit :
>> >
>> >> Hi Nicolas,
>> >>
>> >> I cannot publish plugin:
>> >> I executing command as described on page  
>> https://wiki.jenkins-ci.org/**
>> >> display/JENKINS/Hosting+**Plugins<
>> https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins>
>> >>
>> >> ................
>> >> mvn -X   release:prepare release:perform
>> >> .............
>> >> [INFO] Executing: /bin/sh -c cd
>> >> /home/ryg/work/xyratex/**jenkins/src/my/CustomHistory
>> >> && git push  
>> ssh://ryg_:[hidden email]/**jenkinsci/custom-history-**
>> >> plugin.git<
>> http://ryg_:XXXXXXX@.../jenkinsci/custom-history-plugin.git>CustomHistory-1.0
>>
>> >> [INFO] Working directory: /home/ryg/work/xyratex/**
>> >> jenkins/src/my/CustomHistory
>> >> [INFO]  
>> ------------------------------**------------------------------**
>> >> ------------
>> >> [ERROR] BUILD FAILURE
>> >> [INFO]  
>> ------------------------------**------------------------------**
>> >> ------------
>> >> [INFO] Unable to tag SCM
>> >> Provider message:
>> >> The git-push command failed.
>> >> Command output:
>> >> Permission denied (publickey).
>> >> fatal: The remote end hung up unexpectedly
>> >>
>> >> .............
>> >> ryg_ is my login on jenkinsci site.
>> >>
>> >> Could you please say where I did mistake?
>> >>
>> >> Thanks,
>> >>         Roman
>> >>
>> >>  oups ...
>> >>>
>> >>> Failed to fork a repository:
>> >>> https://api.github.com/repos/**jenkinsci/CustomHistory/teams<
>> https://api.github.com/repos/jenkinsci/CustomHistory/teams>
>> >>>
>> >>> anyway repo has been forked :
>> >>> https://github.com/jenkinsci/**custom-history-plugin<
>> https://github.com/jenkinsci/custom-history-plugin>
>> >>> and CI job :
>> >>>  
>> https://jenkins.ci.cloudbees.**com/job/plugins/job/custom-**history/<
>> https://jenkins.ci.cloudbees.com/job/plugins/job/custom-history/>
>> >>>
>> >>> 2012/7/12 Roman <[hidden email]>
>> >>>
>> >>>  It published there
>> >>>> https://github.com/ryg-/****CustomHistory<
>> https://github.com/ryg-/**CustomHistory>
>> >>>> <https://github.**com/ryg-/CustomHistory<
>> https://github.com/ryg-/CustomHistory>
>> >>>> >
>> >>>>
>> >>>> Thanks,
>> >>>>         Roman
>> >>>>
>> >>>> nicolas de loof <[hidden email]> писал(а) в своём письме
>> >>>> Thu,
>> >>>> 12 Jul 2012 11:47:07 +0400:
>> >>>>
>> >>>>
>> >>>>  Can you please publish your plugin on your own github account so
>> >>>> that we
>> >>>>
>> >>>>> can fork it on jenkinsci organisation ?
>> >>>>>
>> >>>>> 2012/7/12 Roman <[hidden email]>
>> >>>>>
>> >>>>>  Hi,
>> >>>>>
>> >>>>>>
>> >>>>>> I'd like to add a new plugin "CustomHistory" which provides  
>> custom
>> >>>>>> history(any text data) attachment for builds. It could be used  
>> for
>> >>>>>> cases
>> >>>>>> when standard jenkins version control tools cannot be used  
>> because
>>
>> >>>>>> of
>> >>>>>> build
>> >>>>>> process.
>> >>>>>>
>> >>>>>> My github id is 'ryg-'
>> >>>>>>
>> >>>>>> Thanks,
>> >>>>>> Roman
>> >>>>>>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Need help; was new CustomHistory plugin

Roman
In reply to this post by cjo9900
Could anybody help with permissions?

Thanks,
        Roman

> nicolas de loof  was meaning the jenkinsci owners on github,
> and is probably linked to the other issue seen on the IRC jenkins-admin  
> bot
>
> "Grating commit access to a plugin fails"
> https://groups.google.com/d/topic/jenkinsci-dev/jj4SUYeDpRg/discussion
>
> where the user cannot be given commit privileges to jenkinsci, which is
> what you are missing.
>
>
> On Monday, July 16, 2012 5:33:34 PM UTC+1, Roman wrote:
>>
>> I'm account owner of my accounts. Where should I look?
>>
>> > Probably side effect of the fork error , need to add you to dev team.
>> Can
>> > an account owner have a look ?
>> > Le 15 juil. 2012 10:26, "Roman" <[hidden email]> a écrit :
>> >
>> >> Hi Nicolas,
>> >>
>> >> I cannot publish plugin:
>> >> I executing command as described on page  
>> https://wiki.jenkins-ci.org/**
>> >> display/JENKINS/Hosting+**Plugins<
>> https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins>
>> >>
>> >> ................
>> >> mvn -X   release:prepare release:perform
>> >> .............
>> >> [INFO] Executing: /bin/sh -c cd
>> >> /home/ryg/work/xyratex/**jenkins/src/my/CustomHistory
>> >> && git push  
>> ssh://ryg_:[hidden email]/**jenkinsci/custom-history-**
>> >> plugin.git<
>> http://ryg_:XXXXXXX@.../jenkinsci/custom-history-plugin.git>CustomHistory-1.0
>>
>> >> [INFO] Working directory: /home/ryg/work/xyratex/**
>> >> jenkins/src/my/CustomHistory
>> >> [INFO]  
>> ------------------------------**------------------------------**
>> >> ------------
>> >> [ERROR] BUILD FAILURE
>> >> [INFO]  
>> ------------------------------**------------------------------**
>> >> ------------
>> >> [INFO] Unable to tag SCM
>> >> Provider message:
>> >> The git-push command failed.
>> >> Command output:
>> >> Permission denied (publickey).
>> >> fatal: The remote end hung up unexpectedly
>> >>
>> >> .............
>> >> ryg_ is my login on jenkinsci site.
>> >>
>> >> Could you please say where I did mistake?
>> >>
>> >> Thanks,
>> >>         Roman
>> >>
>> >>  oups ...
>> >>>
>> >>> Failed to fork a repository:
>> >>> https://api.github.com/repos/**jenkinsci/CustomHistory/teams<
>> https://api.github.com/repos/jenkinsci/CustomHistory/teams>
>> >>>
>> >>> anyway repo has been forked :
>> >>> https://github.com/jenkinsci/**custom-history-plugin<
>> https://github.com/jenkinsci/custom-history-plugin>
>> >>> and CI job :
>> >>>  
>> https://jenkins.ci.cloudbees.**com/job/plugins/job/custom-**history/<
>> https://jenkins.ci.cloudbees.com/job/plugins/job/custom-history/>
>> >>>
>> >>> 2012/7/12 Roman <[hidden email]>
>> >>>
>> >>>  It published there
>> >>>> https://github.com/ryg-/****CustomHistory<
>> https://github.com/ryg-/**CustomHistory>
>> >>>> <https://github.**com/ryg-/CustomHistory<
>> https://github.com/ryg-/CustomHistory>
>> >>>> >
>> >>>>
>> >>>> Thanks,
>> >>>>         Roman
>> >>>>
>> >>>> nicolas de loof <[hidden email]> писал(а) в своём письме
>> >>>> Thu,
>> >>>> 12 Jul 2012 11:47:07 +0400:
>> >>>>
>> >>>>
>> >>>>  Can you please publish your plugin on your own github account so
>> >>>> that we
>> >>>>
>> >>>>> can fork it on jenkinsci organisation ?
>> >>>>>
>> >>>>> 2012/7/12 Roman <[hidden email]>
>> >>>>>
>> >>>>>  Hi,
>> >>>>>
>> >>>>>>
>> >>>>>> I'd like to add a new plugin "CustomHistory" which provides  
>> custom
>> >>>>>> history(any text data) attachment for builds. It could be used  
>> for
>> >>>>>> cases
>> >>>>>> when standard jenkins version control tools cannot be used  
>> because
>>
>> >>>>>> of
>> >>>>>> build
>> >>>>>> process.
>> >>>>>>
>> >>>>>> My github id is 'ryg-'
>> >>>>>>
>> >>>>>> Thanks,
>> >>>>>> Roman
>> >>>>>>
Loading...