Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-14 Thread vidhya radha
I had made changes in coding and i run it shows an error, but in jenkins the build shows success. On Wednesday, May 14, 2014 11:16:51 PM UTC+5:30, vidhya radha wrote: > > How can i check > android and ios build in jenkins > On 14 May 2014 20:59, "vidhya radha" wrote: > >> I am not getting the m

Re: JobGenerator: Create a job with a "Trigger parameterized build on other projects" post-build task?

2014-05-14 Thread syl20bnr
Hi Ralph, This is a bug. The generated jobs should never be called by the generators. Feel free to enter an issue in Jira with the xml files of your projects so I will be able to reproduce your use case. Thank you, syl20bnr Le vendredi 2 mai 2014 12:44:29 UTC-4, Ralph Bolton a écrit : > > I'm

Re: Plugin to Minify/Obfuscate/Uglify Javascript

2014-05-14 Thread Richard Bywater
Note thats the one I mention because its the last command-line one I used - there's probably some other possibly more options out there if YUICompressor doesn't tick the boxes for you :) Richard. On Thu, May 15, 2014 at 11:03 AM, wrote: > Thanks for the reply, Richard. I will look into YUIComp

Re: Plugin to Minify/Obfuscate/Uglify Javascript

2014-05-14 Thread cameron . marshall217
Thanks for the reply, Richard. I will look into YUICompressor. On Wednesday, May 14, 2014 3:57:58 PM UTC-7, Richard Bywater wrote: > > Personally I think thats better running as a build step. e.g. using > YUICompressor or another tool. > > Richard. > > > On Thu, May 15, 2014 at 10:51 AM, >wrote

Re: Plugin to Minify/Obfuscate/Uglify Javascript

2014-05-14 Thread Richard Bywater
Personally I think thats better running as a build step. e.g. using YUICompressor or another tool. Richard. On Thu, May 15, 2014 at 10:51 AM, wrote: > It might be worth me noting that I am running on a Mac (with Mavericks). I > noticed that there is a NodeJS Jenkins plug-in. Has anyone had any

Re: Plugin to Minify/Obfuscate/Uglify Javascript

2014-05-14 Thread cameron . marshall217
It might be worth me noting that I am running on a Mac (with Mavericks). I noticed that there is a NodeJS Jenkins plug-in. Has anyone had any success with this plugin? On Wednesday, May 14, 2014 12:59:11 PM UTC-7, cameron.m...@gmail.com wrote: > > Hi All, > > Is there a Jenkins plugin (doesn't

Plugin to Minify/Obfuscate/Uglify Javascript

2014-05-14 Thread cameron . marshall217
Hi All, Is there a Jenkins plugin (doesn't necessarily have to be a plugin) or an efficient way to minify javascript? I would like to just have a plug-in of some kind to just minify all javascript in the workspace that has been checked out from SVN. I haven't been able to find anything that is

Re: Why job runs twice almost at the same time when building at once in jenkins?

2014-05-14 Thread Stephen Connolly
You may have enabled concurrent builds for the job without a quiet period and have multiple trigger sources from the same repository On Wednesday, 14 May 2014, weirise wrote: > Hi! > I don't know what happened during setting in jenkins,either system > config or job config,because when build

What's the differences between windows batch command running within jenkins and local mode?

2014-05-14 Thread weirise
Hello,everybody, when using windows batch command mode in jenkins, I found that jenkins saying exit 0 at the end of result displaying on console,and thus being think of sucess。some deferences occurred,becuse after jenkins finined ,the process dispeared from task manager.however,when runnin

Why job runs twice almost at the same time when building at once in jenkins?

2014-05-14 Thread weirise
Hi! I don't know what happened during setting in jenkins,either system config or job config,because when building at once(ps :not period build etc) ,the jobs run twice at the same time,this brings wrong things ,for example,openning a process can ocupy a port,but if same operations happen ,it

Re: Mercurial Job, Warning about legacy behaviour for downstream builds

2014-05-14 Thread Daniel Beck
On 14.05.2014, at 09:25, Simon F wrote: > Whats this error about? I cannot find any information about this message on > the net. As the downstream build is executed without problems I'm a bit > worried about future updates to Jenkins changing this. It's a warning, not an error. >From the cha

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-14 Thread vidhya radha
How can i check android and ios build in jenkins On 14 May 2014 20:59, "vidhya radha" wrote: > I am not getting the mail to my email id if the build failed. > > On Wednesday, May 14, 2014 11:53:57 AM UTC+5:30, Panikera Raj wrote: >> >> Vidya, >> >> AFAIK.. It will show the history of every build

html plugin

2014-05-14 Thread sbhanderi via Jenkins Users
I am using the HTML plugin, but if some tests fails, then the HTML report does not show on the Jenkins display. Is there a flag to show the page if able to do so ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Re: html plugin

2014-05-14 Thread Coinbase Support
__ Type your response ABOVE THIS LINE to reply Re: html plugin Coinbase | May 14, 2014 09:59AM PDT Thank you for submitting your request. We have receive

Jenkins git pull from repository via VPN

2014-05-14 Thread Jirka Pénzeš
Hello guys! I have a little problem with Git pull. My repository is in a different network and to Git pull is neccesary VPN. How I can connect to VPN tunnel during Git pull? Some plugin or any secure Jenkins feature? Or it's possible a secure way of getting the code? Thanks, Jirka -- You r

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-14 Thread vidhya radha
I am not getting the mail to my email id if the build failed. On Wednesday, May 14, 2014 11:53:57 AM UTC+5:30, Panikera Raj wrote: > > Vidya, > > AFAIK.. It will show the history of every build execution, may be it's not > triggering or not executing... > > > Regards, > Panikera > On Wed, M

Re: How to execute Specific Slave machine if Master is Busy

2014-05-14 Thread Les Mikesell
On Wed, May 14, 2014 at 3:28 AM, Panikera Raj wrote: > > As you Said Master and Slave will have Same Label name, and label will > distribute builds to which one is free, wright, > > But not sure why it's not able to distrubute build to slave, Always it's > sending request to master only > The lab

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-14 Thread wakelt
The syntax looks correct. I'd check the config.xml for this specific build project and make sure the triggers element contains your trigger. For example, in one of my build project config files, I can see my trigger (which is different than yours): - < triggers > - < hudson.triggers.Tim

Re: Email-Ext Email Template Testing

2014-05-14 Thread Slide
You are close, the directory (as specified on the wiki page) needs to be email-templates, not email_templates. On May 14, 2014 1:24 AM, wrote: > Hello, > > I started using the email-ext plugin. I added the plugin as "post build" > step to a configuration. A job was built and now I want to send an

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-14 Thread vidhya radha
If persons changes the code in repo, how we know the changes. On Wednesday, May 14, 2014 11:53:57 AM UTC+5:30, Panikera Raj wrote: > > Vidya, > > AFAIK.. It will show the history of every build execution, may be it's not > triggering or not executing... > > > Regards, > Panikera > On Wed, M

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-14 Thread vidhya radha
*/5 * * * * in build periodically. On Wednesday, May 14, 2014 3:55:59 PM UTC+5:30, walter.kelt wrote: > > Okay...please provide the "every 5 minute" trigger text you are using. > > Sent from my iPad > > On May 14, 2014, at 1:21 AM, vidhya radha > > wrote: > > Hi, > > If i click build now manually

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-14 Thread Walter Kelt
Okay...please provide the "every 5 minute" trigger text you are using. Sent from my iPad > On May 14, 2014, at 1:21 AM, vidhya radha wrote: > > Hi, > > If i click build now manually its triggering the build but its not > automatically if i set the time for 5mins. > >> On Monday, May 12, 2014

Re: jenkins and timezones

2014-05-14 Thread Dirk Heinrichs
Am 13.05.2014 22:37, schrieb Chris Withers: > One of the systems I work with is sensitive to daylight savings > changes, and so we'd like to have some nodes be a week or two ahead of > the current date, so that we know what will happen when we next cross > the DST boundary. Is this a Linux or Wi

Re: Email-Ext Email Template Testing

2014-05-14 Thread r_haertel
Ok, after checking the documentation I found my error. The path for the templates is email-template and not email_template Am Mittwoch, 14. Mai 2014 10:24:34 UTC+2 schrieb r_ha...@gmx.de: > > Hello, > > I started using the email-ext plugin. I added the plugin as "post build" > step to a configur

Re: jenkins and timezones

2014-05-14 Thread Marius Gedminas
On Tue, May 13, 2014 at 09:37:12PM +0100, Chris Withers wrote: > Has anyone had any joy with jenkins nodes that are not at the same > point in time as the master? > > One of the systems I work with is sensitive to daylight savings > changes, and so we'd like to have some nodes be a week or two ahe

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-14 Thread vidhya radha
When it shows the build failure. On Wednesday, May 14, 2014 12:18:50 PM UTC+5:30, vidhya radha wrote: > > Thanks. we have to set in build periodically option, now build is > triggering automatically. > > On Wednesday, May 14, 2014 11:53:57 AM UTC+5:30, Panikera Raj wrote: >> >> Vidya, >> >> AFA

Re: Windows batch command

2014-05-14 Thread Maciej Jaros
Adrian Rusu (2014-05-14 10:34): Hello all. I have a question regarding "Execute Windows batch command" field inside a job So, i'm trying to open an api client and give specific api commands after that. I can open the api client, it's an exe file, but after that the specific api commands t

Re: migration from Hudson to Jenkins

2014-05-14 Thread Spanda
Hi, I have searched in google. But need in detail like master-slave configuration,Changes required on slave nodes,user details etc while migration,just wanted some inputs if any body has done in real time and challanges he/she faced. On Wednesday, 14 May 2014 13:20:59 UTC+5:30, matthew...@diam

Windows batch command

2014-05-14 Thread Adrian Rusu
Hello all. I have a question regarding "Execute Windows batch command" field inside a job So, i'm trying to open an api client and give specific api commands after that. I can open the api client, it's an exe file, but after that the specific api commands that i give are still interpreted as

Re: How to execute Specific Slave machine if Master is Busy

2014-05-14 Thread Panikera Raj
Evans/MikeSell, As you Said Master and Slave will have Same Label name, and label will distribute builds to which one is free, wright, But not sure why it's not able to distrubute build to slave, Always it's sending request to master only Thanks in advance Regards, Panikera On Wed, May 14, 201

Email-Ext Email Template Testing

2014-05-14 Thread r_haertel
Hello, I started using the email-ext plugin. I added the plugin as "post build" step to a configuration. A job was built and now I want to send an test email. However jenkins tells me it cannot find the file a specified. Here is what I did: - Create the folder $JENKINS_HOME\email_templates, whe

RE: migration from Hudson to Jenkins

2014-05-14 Thread Matthew.Webber
See http://lmgtfy.com/?q=migrate+from+hudson+to+jenkins From: Spanda [mailto:supravapa...@gmail.com] Sent: 14 May 2014 07:59 To: jenkinsci-users@googlegroups.com Subject: Re: migration from Hudson to Jenkins Changed the subject line On Wednesday, 14 May 2014 11:17:09 UTC+5:30, Spanda wrote: Hell

Mercurial Job, Warning about legacy behaviour for downstream builds

2014-05-14 Thread Simon F
Hi, since an update to the latest Jenkins (1.562) there is a warning in every build managed with mercurial: Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered Löse einen neuen Build von xxx #13

jenkins and timezones

2014-05-14 Thread Chris Withers
Hi All, Has anyone had any joy with jenkins nodes that are not at the same point in time as the master? One of the systems I work with is sensitive to daylight savings changes, and so we'd like to have some nodes be a week or two ahead of the current date, so that we know what will happen wh

Re: migration from Hudson to Jenkins

2014-05-14 Thread Spanda
Changed the subject line On Wednesday, 14 May 2014 11:17:09 UTC+5:30, Spanda wrote: > > Hello, > > Wanted to migrate from Hudson to Jenkins.Need help in details(includes > porting of master-slave ,Plugins,user migration details ). > > Thanks in advance. > > Thanks & Regards. > -- You received t