Tag this build

2015-06-15 Thread nagashree ck
Hi Friends,

am using tag this build option in jenkins but it does not work showing the 
same page when i click on tag option its not triggering.





Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cadcd4a5-9c4c-4496-8c38-ba5b3bd13de4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: old war file deploying

2015-02-16 Thread nagashree ck
Thanks for reply Rob.

in jenkins i have created job like ams. last Successful artifacts i.e 
ams.war deploying in jboss using shell script.

here is the shell script

deployamsapp() {

cd /app/deployments

mkdir release-on-$FOLDERDATE

cd  release-on-$FOLDERDATE

wget --auth-no-challenge --http-user=name --http-password=*** -O - 
http://linktoams.war | tee ams.war | md5sum > 
$TMPDEPLOY/release-on-$FOLDERDATE/artifact-MD20SUM.txt

sleep 20; 

cp ams.war  $JBOSS_HOME/standalone/deployments/

fileintegrity=`md5sum $JBOSS_HOME/standalone/deployments/ams.war`

echo " Deployed file MD20 is :$fileintegrity" >> 
$TMPDEPLOY/release-on-$FOLDERDATE/deployedmd20.txt

}

Thanks in Advance.

On Thursday, February 12, 2015 at 3:38:17 PM UTC+5:30, nagashree ck wrote:
>
> Hi Friends,
>
>
> old war files getting deploying through jenkins.
>
> can anybody help me.
>
> Thanks in Advance
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c9d5337a-e026-4010-97bd-8b5779594aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Fwd: old war file deploying

2015-02-16 Thread nagashree ck
Hi Friends,


old war files getting deploying through jenkins.

can anybody help me.

Thanks in Advance

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKO07kpfQ6hNA0t10XqFf2_T19v%2BxVdvx%2BHgJPwGSTLyT5V4xQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


old war file deploying

2015-02-12 Thread nagashree ck
Hi Friends,


old war files getting deploying through jenkins.

can anybody help me.

Thanks in Advance

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKO07kr9WLqR-7CEKx8xWBxoJ%3DksUduvNyY0NDF6oGcsqwhFjg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: add version number to each artifacts in jenkins

2015-01-28 Thread nagashree ck
Thanks for reply

On Wed, Jan 28, 2015 at 11:08 PM, Ginga, Dick 
wrote:

>  From the help button:
>
>
>
> You can use wildcards like 'module/dist/**/*.zip'. See the includes
> attribute of Ant fileset <http://ant.apache.org/manual/Types/fileset.html>
>  for the exact format. The base directory is the workspace
> <http://jenkinsserver.perkinelmer.net:8082/job/TBR-AnalyticsPlus-Canucks-Build/ws/>.
> You can only archive files that are located in your workspace.
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *nagashree ck
> *Sent:* Tuesday, January 27, 2015 11:33 PM
>
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: add version number to each artifacts in jenkins
>
>
>
> How to give path for files to archive in jenkins artifacts
>
>
>
> Thanks in Advance
>
>
>
> On Wed, Jan 28, 2015 at 9:55 AM, nagashree ck 
> wrote:
>
> ok Thanks Ginga
>
>
>
> On Wed, Jan 28, 2015 at 2:11 AM, Ginga, Dick 
> wrote:
>
> I do not know the difference because I do not use the release plugin
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *nagashree ck
> *Sent:* Tuesday, January 27, 2015 7:49 AM
>
>
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: add version number to each artifacts in jenkins
>
>
>
> Thanks for reply Ginga,
>
>
>
> we have two plugins in jenkins like version number plugin and release
> plugin can you tell me the difference and according my requirement which
> one i can use.
>
>
>
> On Fri, Jan 23, 2015 at 8:00 PM, Ginga, Dick 
> wrote:
>
> Use the $BUILD_NUMBER however you want to create a version string. We use
> version strings of the form a.b.c.d. I pass in a parameter called
> VERSION_BASE that is a.b.c. Then I name my artifacts with
> $VERSION_BASE.$BUILD_NUMBER.
>
>
>
> Also look at the Version Number plugin
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *nagashree ck
> *Sent:* Friday, January 23, 2015 5:02 AM
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: add version number to each artifacts in jenkins
>
>
>
> Thanks rginga, i want version number like 1.0 if i make any changes in the
> same version the version number should be 1.1
>
>
>
> how i can provide by using $BUILD_NUMBER
>
> On Wednesday, January 21, 2015 at 6:35:24 PM UTC+5:30, rginga wrote:
>
> You will have to do that during the build by naming your artifacts when
> they are created. Jenkins provides $BUILD_NUMBER as a token you can use.
>
>
>
> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com
> ] *On Behalf Of *nagashree ck
> *Sent:* Tuesday, January 20, 2015 11:54 PM
> *To:* jenkins...@googlegroups.com
> *Subject:* add version number to each artifacts in jenkins
>
>
>
> Hi Friends,
>
>
>
> How to add version number to each artifacts in jenkins
>
>
>
>
>
> Thanks
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-use...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/B9x7DS_Pp04/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view t

2 instance showing in Jenkins of every module

2015-01-28 Thread nagashree ck


Hi Friends,

i have created jobs like ams,pays,posmgr.osl-commom-dto, i have given build 
after other projects are built( osl-common-dto)  option to each and every 
job except osl-common-dto for example ams containing osl-common-dto in 
build after other projects are built


i have created build pipeline in build pipeline buildall job is initial job 
(this buildall job containing ams,pays,posmgr.osl-common-dto)

when i build jenkins pipeline i am getting 2 instance on every module

can anybody help me why it showing two repeated jobs in buildpipeline

Thanks in Advance

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4367eb8c-03cc-4dc9-a5d8-1769532ed84e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: add version number to each artifacts in jenkins

2015-01-27 Thread nagashree ck
How to give path for files to archive in jenkins artifacts

Thanks in Advance

On Wed, Jan 28, 2015 at 9:55 AM, nagashree ck 
wrote:

> ok Thanks Ginga
>
> On Wed, Jan 28, 2015 at 2:11 AM, Ginga, Dick 
> wrote:
>
>>  I do not know the difference because I do not use the release plugin
>>
>>
>>
>> *From:* jenkinsci-users@googlegroups.com [mailto:
>> jenkinsci-users@googlegroups.com] *On Behalf Of *nagashree ck
>> *Sent:* Tuesday, January 27, 2015 7:49 AM
>>
>> *To:* jenkinsci-users@googlegroups.com
>> *Subject:* Re: add version number to each artifacts in jenkins
>>
>>
>>
>> Thanks for reply Ginga,
>>
>>
>>
>> we have two plugins in jenkins like version number plugin and release
>> plugin can you tell me the difference and according my requirement which
>> one i can use.
>>
>>
>>
>> On Fri, Jan 23, 2015 at 8:00 PM, Ginga, Dick 
>> wrote:
>>
>> Use the $BUILD_NUMBER however you want to create a version string. We use
>> version strings of the form a.b.c.d. I pass in a parameter called
>> VERSION_BASE that is a.b.c. Then I name my artifacts with
>> $VERSION_BASE.$BUILD_NUMBER.
>>
>>
>>
>> Also look at the Version Number plugin
>>
>>
>>
>> *From:* jenkinsci-users@googlegroups.com [mailto:
>> jenkinsci-users@googlegroups.com] *On Behalf Of *nagashree ck
>> *Sent:* Friday, January 23, 2015 5:02 AM
>> *To:* jenkinsci-users@googlegroups.com
>> *Subject:* Re: add version number to each artifacts in jenkins
>>
>>
>>
>> Thanks rginga, i want version number like 1.0 if i make any changes in
>> the same version the version number should be 1.1
>>
>>
>>
>> how i can provide by using $BUILD_NUMBER
>>
>> On Wednesday, January 21, 2015 at 6:35:24 PM UTC+5:30, rginga wrote:
>>
>> You will have to do that during the build by naming your artifacts when
>> they are created. Jenkins provides $BUILD_NUMBER as a token you can use.
>>
>>
>>
>> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com
>> ] *On Behalf Of *nagashree ck
>> *Sent:* Tuesday, January 20, 2015 11:54 PM
>> *To:* jenkins...@googlegroups.com
>> *Subject:* add version number to each artifacts in jenkins
>>
>>
>>
>> Hi Friends,
>>
>>
>>
>> How to add version number to each artifacts in jenkins
>>
>>
>>
>>
>>
>> Thanks
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-use...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com
>> <https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com
>> <https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/jenkinsci-users/B9x7DS_Pp04/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E9888%40AMERMBX02.PERKINELMER.NET
>> <https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E9888%40AMERMBX02.PERKINELMER.NET?utm_medium=email&utm_source=footer>
>> .
>>
>>
>> For more options, visit https://groups.google.com/d/optout.
>&

Re: add version number to each artifacts in jenkins

2015-01-27 Thread nagashree ck
ok Thanks Ginga

On Wed, Jan 28, 2015 at 2:11 AM, Ginga, Dick 
wrote:

>  I do not know the difference because I do not use the release plugin
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *nagashree ck
> *Sent:* Tuesday, January 27, 2015 7:49 AM
>
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: add version number to each artifacts in jenkins
>
>
>
> Thanks for reply Ginga,
>
>
>
> we have two plugins in jenkins like version number plugin and release
> plugin can you tell me the difference and according my requirement which
> one i can use.
>
>
>
> On Fri, Jan 23, 2015 at 8:00 PM, Ginga, Dick 
> wrote:
>
> Use the $BUILD_NUMBER however you want to create a version string. We use
> version strings of the form a.b.c.d. I pass in a parameter called
> VERSION_BASE that is a.b.c. Then I name my artifacts with
> $VERSION_BASE.$BUILD_NUMBER.
>
>
>
> Also look at the Version Number plugin
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *nagashree ck
> *Sent:* Friday, January 23, 2015 5:02 AM
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: add version number to each artifacts in jenkins
>
>
>
> Thanks rginga, i want version number like 1.0 if i make any changes in the
> same version the version number should be 1.1
>
>
>
> how i can provide by using $BUILD_NUMBER
>
> On Wednesday, January 21, 2015 at 6:35:24 PM UTC+5:30, rginga wrote:
>
> You will have to do that during the build by naming your artifacts when
> they are created. Jenkins provides $BUILD_NUMBER as a token you can use.
>
>
>
> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com
> ] *On Behalf Of *nagashree ck
> *Sent:* Tuesday, January 20, 2015 11:54 PM
> *To:* jenkins...@googlegroups.com
> *Subject:* add version number to each artifacts in jenkins
>
>
>
> Hi Friends,
>
>
>
> How to add version number to each artifacts in jenkins
>
>
>
>
>
> Thanks
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-use...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/B9x7DS_Pp04/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E9888%40AMERMBX02.PERKINELMER.NET
> <https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E9888%40AMERMBX02.PERKINELMER.NET?utm_medium=email&utm_source=footer>
> .
>
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAKO07korkHuwz7g%2BtZWOV0qUD-%3D4TF-L0r-8ytp%3DtOEShByo-w%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/CAKO07korkHuwz7g%2BtZWOV0qUD-%3D4TF-L0r-8ytp%3DtOEShByo-w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
&

Re: add version number to each artifacts in jenkins

2015-01-27 Thread nagashree ck
Thanks for reply Ginga,

we have two plugins in jenkins like version number plugin and release
plugin can you tell me the difference and according my requirement which
one i can use.

On Fri, Jan 23, 2015 at 8:00 PM, Ginga, Dick 
wrote:

>  Use the $BUILD_NUMBER however you want to create a version string. We
> use version strings of the form a.b.c.d. I pass in a parameter called
> VERSION_BASE that is a.b.c. Then I name my artifacts with
> $VERSION_BASE.$BUILD_NUMBER.
>
>
>
> Also look at the Version Number plugin
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *nagashree ck
> *Sent:* Friday, January 23, 2015 5:02 AM
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: add version number to each artifacts in jenkins
>
>
>
> Thanks rginga, i want version number like 1.0 if i make any changes in the
> same version the version number should be 1.1
>
>
>
> how i can provide by using $BUILD_NUMBER
>
> On Wednesday, January 21, 2015 at 6:35:24 PM UTC+5:30, rginga wrote:
>
> You will have to do that during the build by naming your artifacts when
> they are created. Jenkins provides $BUILD_NUMBER as a token you can use.
>
>
>
> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] *On
> Behalf Of *nagashree ck
> *Sent:* Tuesday, January 20, 2015 11:54 PM
> *To:* jenkins...@googlegroups.com
> *Subject:* add version number to each artifacts in jenkins
>
>
>
> Hi Friends,
>
>
>
> How to add version number to each artifacts in jenkins
>
>
>
>
>
> Thanks
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-use...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/B9x7DS_Pp04/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E9888%40AMERMBX02.PERKINELMER.NET
> <https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E9888%40AMERMBX02.PERKINELMER.NET?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKO07korkHuwz7g%2BtZWOV0qUD-%3D4TF-L0r-8ytp%3DtOEShByo-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: add version number to each artifacts in jenkins

2015-01-23 Thread nagashree ck
Thanks rginga, i want version number like 1.0 if i make any changes in the 
same version the version number should be 1.1 

how i can provide by using $BUILD_NUMBER

On Wednesday, January 21, 2015 at 6:35:24 PM UTC+5:30, rginga wrote:
>
>  You will have to do that during the build by naming your artifacts when 
> they are created. Jenkins provides $BUILD_NUMBER as a token you can use.
>
>  
>
> *From:* jenkins...@googlegroups.com  [mailto:
> jenkins...@googlegroups.com ] *On Behalf Of *nagashree ck
> *Sent:* Tuesday, January 20, 2015 11:54 PM
> *To:* jenkins...@googlegroups.com 
> *Subject:* add version number to each artifacts in jenkins
>
>  
>  
> Hi Friends,
>  
>  
>  
> How to add version number to each artifacts in jenkins
>  
>  
>  
>  
>  
> Thanks
>  
>  
>   
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-use...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: add version number to each artifacts in jenkins

2015-01-23 Thread nagashree ck
Thanks

On Wed, Jan 21, 2015 at 6:35 PM, Ginga, Dick 
wrote:

>  You will have to do that during the build by naming your artifacts when
> they are created. Jenkins provides $BUILD_NUMBER as a token you can use.
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *nagashree ck
> *Sent:* Tuesday, January 20, 2015 11:54 PM
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* add version number to each artifacts in jenkins
>
>
>
> Hi Friends,
>
>
>
> How to add version number to each artifacts in jenkins
>
>
>
>
>
> Thanks
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/B9x7DS_Pp04/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E766C%40AMERMBX02.PERKINELMER.NET
> <https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E766C%40AMERMBX02.PERKINELMER.NET?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKO07krXRMQGHh-WpDTnqD1r1v0joYhHV-NYa-wc0GYn_KXeFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


add version number to each artifacts in jenkins

2015-01-20 Thread nagashree ck
Hi Friends,

How to add version number to each artifacts in jenkins


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Upload File (.gz) into S3 Bucket via Jenkins.

2015-01-20 Thread nagashree ck
HI Friends,

Am executing Shell Script via Jenkins, The script should contain SVN BACK 
UP.
Am trying to push SVN BACKUP FILE to S3 Bucket by using jenkins.

SVN BACKUp FIle FORMAT : Filename_Year-Month-Date-Hour-Min.dump.gz

I installed S3 plugin in Jenkins,

I need to give the path for SOURCE,DESTINATION Bucket to transfer/Push the 
SVN Back up file

Thanks in Advance .

Please respond soon friends

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/57e60a73-b911-4ce2-80d7-33ccbf52ef4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.