Re: wget post-data purpose

2015-06-08 Thread Daniel Beck
Try uploading a file with the svnlook output first, and use that as --post-file.

On 08.06.2015, at 20:13, Benjamin Todd benjamin.todd@gmail.com wrote:

 I'm trying to keep from poking holes in the server proxy and kicking off of 
 jobs via an ssh command to a locked down shell on the jenkins server from the 
 subversion server (basically ssh jenkins server 'wget --post-data 
 post-data wget-options 
 localhost:8080/jenkins/subversion/UUID/revsion=REV').  The problem is 
 that the new lines in the post-data are interpreted as either an indication 
 of a new command by the shell or ssh shell or as another url by wget 
 (depending on how I use quotes).  The new-lines do not survive the ssh call 
 to the remote server.  I've tried multiple levels of quotes (and escaped 
 quotes) and have not had success.
 
 Reviewing the code, I understand the need for the post-data and in my 
 experimentation I have been able to kick off two separate jobs with the same 
 commit.  Not functionality I plan on using, but still good to know it is 
 possible.
 
 Ben
 
 On Friday, June 5, 2015 at 3:38:32 PM UTC-7, Daniel Beck wrote:
 This is how it parses the text: 
 https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/SubversionRepositoryStatus.java#L102..L106
  
 
 So, no, it cannot use a different delimiter. Do you check in files that have 
 newlines as part of the filename, and they get broken into multiple lines? 
 
 On 05.06.2015, at 20:24, Benjamin Todd benjamin...@gmail.com wrote: 
 
  When I run `svnlook changed --revision ${REV} ${REPO}`, it returns 
  something similar to the following: 
  
  A   path/to/new/file/test_138 
  A   path/to/new/file/test_139 
  
  
  
  So does Jenkins use this information from --post-data to determine which 
  jobs to build? From above it would look for jobs with the subversion path 
  of path/to/new/file.  Is that functionality using a new line as a 
  delimiter or can Jenkins use a different delimiter? 
  
  Thanks, 
  Ben 
  
  On Friday, June 5, 2015 at 1:36:36 AM UTC-7, Daniel Beck wrote: 
  On 05.06.2015, at 01:14, Benjamin Todd benjamin...@gmail.com wrote: 
  
   I believe using --post-data forces wget to POST as opposed to GET, but is 
   the content it posts actually used?  If so, how since it appears to just 
   be a change list? 
  
  Jenkins needs this to compare the URLs checked out by the projects in 
  Jenkins with the list of changes in the commit to determine which projects 
  need to poll for changes. 
  
  -- 
  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/22b771d8-cb9d-4fb7-aaa3-60a882ad6665%40googlegroups.com.
   
  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/EE99C3E9-9FEC-46B2-8F6C-E6DDAEF247C9%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: wget post-data purpose

2015-06-08 Thread Benjamin Todd
I'm trying to keep from poking holes in the server proxy and kicking off of 
jobs via an ssh command to a locked down shell on the jenkins server from 
the subversion server (basically ssh jenkins server 'wget --post-data 
post-data wget-options 
localhost:8080/jenkins/subversion/UUID/revsion=REV').  The problem is 
that the new lines in the post-data are interpreted as either an indication 
of a new command by the shell or ssh shell or as another url by wget 
(depending on how I use quotes).  The new-lines do not survive the ssh call 
to the remote server.  I've tried multiple levels of quotes (and escaped 
quotes) and have not had success.

Reviewing the code, I understand the need for the post-data and in my 
experimentation I have been able to kick off two separate jobs with the 
same commit.  Not functionality I plan on using, but still good to know it 
is possible.

Ben

On Friday, June 5, 2015 at 3:38:32 PM UTC-7, Daniel Beck wrote:

 This is how it parses the text: 

 https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/SubversionRepositoryStatus.java#L102..L106
  

 So, no, it cannot use a different delimiter. Do you check in files that 
 have newlines as part of the filename, and they get broken into multiple 
 lines? 

 On 05.06.2015, at 20:24, Benjamin Todd benjamin...@gmail.com 
 javascript: wrote: 

  When I run `svnlook changed --revision ${REV} ${REPO}`, it returns 
 something similar to the following: 
  
  A   path/to/new/file/test_138 
  A   path/to/new/file/test_139 
  
  
  
  So does Jenkins use this information from --post-data to determine which 
 jobs to build? From above it would look for jobs with the subversion path 
 of path/to/new/file.  Is that functionality using a new line as a 
 delimiter or can Jenkins use a different delimiter? 
  
  Thanks, 
  Ben 
  
  On Friday, June 5, 2015 at 1:36:36 AM UTC-7, Daniel Beck wrote: 
  On 05.06.2015, at 01:14, Benjamin Todd benjamin...@gmail.com wrote: 
  
   I believe using --post-data forces wget to POST as opposed to GET, but 
 is the content it posts actually used?  If so, how since it appears to just 
 be a change list? 
  
  Jenkins needs this to compare the URLs checked out by the projects in 
 Jenkins with the list of changes in the commit to determine which projects 
 need to poll for changes. 
  
  -- 
  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 javascript:. 
  To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/22b771d8-cb9d-4fb7-aaa3-60a882ad6665%40googlegroups.com.
  

  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/473112f4-4fb5-4205-87dd-b6354f781eaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


parameterizing the branch name for build job its effect in SCM Polling process

2015-06-08 Thread niristotle okram
Some version info: 

Git Client Plugin : 1.10.1
Git Plugin  :  2.2.5
jenkins  : 1.589


I have a simple jenkins job to perform the maven deploy Or maven release 
plugins from *a branch like (master or release branch) . Now, i changed it, 
the branch name is parameterized. Either the master or the release branch 
is specified before the job is manually triggered.  Some screenshots of the 
job's conf page. 

http://snag.gy/sn6aJ.jpg
http://snag.gy/2XR2B.jpg
http://snag.gy/pIX0L.jpg
http://snag.gy/vYASv.jpg
http://snag.gy/IIHhV.jpg

You will see from the screenshots that there is no default branch specified 
for the job. As of now, i see that the SCM polling is triggering the build 
from the master branch. i know that the dev are pushing on the master. I 
haven't had a chance to verify if the SCM polling triggers a build 
job/process when there is push to release branch.  

Then i came across this https://issues.jenkins-ci.org/browse/JENKINS-14276 
, i am lost in the comments. Please let me know what was the fix for this? 
Any particular version of Git Plugin? 


thanks
Okram






-- 
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/9cab94c0-df48-4e89-a625-ae6086c354cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Problem with CIFS file transfer plugin

2015-06-08 Thread Erick Macedo
HI,

I'm using CIFS plugin for transferiar some file to a Windowns machine.

Transfer Set Source files: build / sell-mobile / **

Remote directory: sale-mobile

However it returns the following error

CIFS: Connecting from host [web.vendamobile]
CIFS: Connecting with configuration [Machine Test - [sale-mobile]] ...
CIFS: Disconnecting configuration [Machine Test - [sale-mobile]] ...
ERROR: Exception When publishing, exception message [The filename, 
directory name, or volume label syntax is incorrect.]
Build step 'Send files to a windows share' changed build result to UNSTABLE

Could someone help me?

note: the connection test with the remote machine is successfully 
implemented by the plugin.

-- 
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/380dfa67-e126-4dc9-b9d2-ff2f6dd454c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Installation error in Jenkins 1.617

2015-06-08 Thread Nisarg Raval
Hey,
I am trying to install Jenkins 1.617 on Mac OS version-10.10.3.

After (an unsuccessful) installation, I get the following message:

The Installer encountered an error that caused the installation to fail. 
Contact the software manufacturer for assistance.

Do you have any opinions or suggestions?

Thank you,
Nisarg.

-- 
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/c99c2738-e763-4581-8aba-51d5f24ffba5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins configuration and selenium Grid

2015-06-08 Thread Richard Lavoie
I don't know how you are trying to connect to the nodes, but the plugin only 
starts the hub and uses the salevss to start selenium slaves on to use the 
browser from the slaves. I doesn't start build on the right nodes according 
to selenium capabilities or suite files.

What you would do is in your trst code, connect your remote drivers to the 
jenkins master address to delegate the browser calls to the right selenium 
capabilitu for each tests.

Hope that helps,

Richard Lavoie

 On 2015-05-21, at 11:11, steliosP stellar...@gmail.com wrote:
 
 Any Selenium Grid plugin users around?
 
 On Monday, May 18, 2015 at 12:55:26 PM UTC+3, steliosP wrote:
 Hello guys, I am trying to set up Jenkins with selenium grid.
 I have downloaded selenium plugin, and when I start the nodes, I can see 
 them in Jenkin's selenium grid tab.
 However, whenI try to build my project, nothing happens, because jenkins 
 doesn't find any connected nodes.It's the same message when you're not 
 running in grid, and no slaves are connected:
 #361 (pending—Waiting for next available executor) 
 
 Some info regarding the project I am building:
 A maven project, that pulls the latest from git, and then a parametrized 
 build happens, that has the parameter 
 -Dsuite.Files=testSuite.xml
 
 so only a specific testSuite is going to run
 
 Any solution to my problem?
 
 -- 
 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/345ae109-55d3-462a-b7ba-1cb581d4cf2b%40googlegroups.com.
 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/622A2A3C-D190-4634-8F55-0BF8F6B58DC7%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


VMsphere Cloud slaves fail to start up at all since upgrading to 617

2015-06-08 Thread stixaw
I use VMshere to manage my Build servers.

I had it working great in 1.505 and now have upgraded to 1.617 to see 
nothing but disaster.


I can't even get the server to start a slave the option to start up the 
slave is completely gone from the ui so there is no way to trigger a start.

I use VIX scripts to start the slave on the client machine after VM tools 
has loaded.

is anyone else having issue with VM machine not working at all in 1.617?


-- 
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/51c1dd35-f264-4a82-aa59-671bc68757da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Git + Email-ext + send email to developers + developers list empty

2015-06-08 Thread Kevin Navero
Hi, has this been resolved yet? I'm running into the same problem. 
According to the wiki, it seems like the send to developers option 
doesn't get the email addresses from the people listing, but rather it 
generates the email addresses dynamically by concatenating the user id with 
the default email suffix set in the system config? Why can't it just get 
the email addresses from the people listing similar to how the built-in 
email notification works?


On Thursday, September 25, 2014 at 9:28:53 AM UTC-7, Ramya Dhanapal wrote:

 Hi All, 

 I have the git plugin and email-ext plugin set up. I have a post-build 
 action trigger set up to send out email on 'Success' to the group '
 Developers'. 

 Jenkins: Jenkins 1.575 
 git plugin: 2.2.6 
 email-ext plugin:2.38.2 

 But, the list of Developers seems to be empty. 

 I get the below error: 

 15:39:07 Email was triggered for: Success 
 15:39:07 Sending email for trigger: Success 
 15:39:07 An attempt to send an e-mail to empty list of recipients, 
 ignored. 

 Elsewhere I read if $changes is empty, the Developers would not be 
 populated. But I verified that $changes provides me all the changes since 
 the last build.

 Kindly help. 

 Regards, 
 Ramya 


-- 
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/e1024b8a-bbd0-4795-9a2a-9bb200e1577a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installation error in Jenkins 1.617

2015-06-08 Thread Craig Rodrigues
Hi,

I advise you to:
(1)  Install Homebrew:  http://brew.sh/

(2)  Install Jenkins using Homebrew:  http://brewformulas.org/Jenkins

--
Craig

On Mon, Jun 8, 2015 at 2:48 PM, Nisarg Raval nisargrava...@gmail.com
wrote:

Hey,
 I am trying to install Jenkins 1.617 on Mac OS version-10.10.3.



-- 
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/CAG%3DrPVdDeRvLUXDf6GCA%2BGgcSKuAZ019QE6uQW19hDvrTKoghw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Triggers - Always, Send to Developers, An attempt to send e-mail to empty list of recipients ignored

2015-06-08 Thread Kevin Navero
I'm currently running into an issue where in my job configuration, the 
trigger is set to Always and will send an email to the developer of the 
last commit after the build is complete. In the logs I get:

Email was triggered for: Always
Sending email for trigger: Always
An attempt to send an e-mail to empty list of recipients, ignored.

After reading the wiki, I noticed it says,

*Send to Developers * - Check this checkbox to send the email to anyone who 
checked in code for the last build.  The plugin will generate an email 
address based on the committer's id and an appended default email suffix 
from Jenkins's global configuration page.  For instance, if a change was 
committed by someone with an id first.last, and the default email suffix 
is @somewhere.com, then an email will be sent to 
first.l...@somewhere.com

So I tried to change my Jenkins username id to First.Last and set the 
default email suffix to a valid email suffix. This still didn't work as I 
expected.

When I use the built-in Jenkins email notifier, I successfully get emails, 
but only for cases where the build is unstable, and I want the developer 
who's changes are being tested to receive an email *all the time* after the 
build is finished. In the Jenkins People listing, each committer id is 
mapped to an email address; does Email Ext not get the email from that, the 
same way that the built-in Jenkins email notifier does? 

Worst case scenario, I'll probably end up hacking with Perl and send in the 
committer email address into the build job as a parameter.

-- 
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/b7e37720-acdb-45d0-86bc-3604599a1acf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Installation error in Jenkins 1.617

2015-06-08 Thread Daniel Beck
Did earlier versions of Jenkins install successfully?

On 08.06.2015, at 23:48, Nisarg Raval nisargrava...@gmail.com wrote:

 Hey,
 I am trying to install Jenkins 1.617 on Mac OS version-10.10.3.
 
 After (an unsuccessful) installation, I get the following message:
 
 The Installer encountered an error that caused the installation to fail. 
 Contact the software manufacturer for assistance.
 
 Do you have any opinions or suggestions?
 
 Thank you,
 Nisarg.
 
 -- 
 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/c99c2738-e763-4581-8aba-51d5f24ffba5%40googlegroups.com.
 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/66A50BF1-FAAF-42DD-8C78-1F5A6A4B4FA2%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Triggers - Always, Send to Developers, An attempt to send e-mail to empty list of recipients ignored

2015-06-08 Thread Slide
email-ext does use the MailAddressResolver just like Mailer plugin, which
means it should be getting the information from the person's account in
Jenkins. I would need more information about your setup because it works
just fine for me.

On Mon, Jun 8, 2015 at 7:43 PM Kevin Navero knav...@gmail.com wrote:

 I'm currently running into an issue where in my job configuration, the
 trigger is set to Always and will send an email to the developer of the
 last commit after the build is complete. In the logs I get:

 Email was triggered for: Always
 Sending email for trigger: Always
 An attempt to send an e-mail to empty list of recipients, ignored.

 After reading the wiki, I noticed it says,

 *Send to Developers * - Check this checkbox to send the email to anyone
 who checked in code for the last build.  The plugin will generate an email
 address based on the committer's id and an appended default email suffix
 from Jenkins's global configuration page.  For instance, if a change was
 committed by someone with an id first.last, and the default email suffix
 is @somewhere.com, then an email will be sent to 
 first.l...@somewhere.com

 So I tried to change my Jenkins username id to First.Last and set the
 default email suffix to a valid email suffix. This still didn't work as I
 expected.

 When I use the built-in Jenkins email notifier, I successfully get emails,
 but only for cases where the build is unstable, and I want the developer
 who's changes are being tested to receive an email *all the time* after
 the build is finished. In the Jenkins People listing, each committer id
 is mapped to an email address; does Email Ext not get the email from that,
 the same way that the built-in Jenkins email notifier does?

 Worst case scenario, I'll probably end up hacking with Perl and send in
 the committer email address into the build job as a parameter.

 --
 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/b7e37720-acdb-45d0-86bc-3604599a1acf%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-users/b7e37720-acdb-45d0-86bc-3604599a1acf%40googlegroups.com?utm_medium=emailutm_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/CAPiUgVcUT0kv_6aTbUPEGu7w%2BbAwT%2BxAjkFWRsnadk_UDBknjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Triggers - Always, Send to Developers, An attempt to send e-mail to empty list of recipients ignored

2015-06-08 Thread Kevin Navero
I'm on Windows 7 x64 Professional and `java -version` gives me:

java version 1.7.0_51
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)

I'm running Jenkins version 1.616, Email Ext is at version 2.40.4. Attached 
show the relevant job settings underneath Editable Email Notifications 
for Post-build Actions (job*.PNG), and the relevant system configuration 
settings underneath Extended E-mail Notification (sysconf*.PNG). Does 
anything seem weirdly off?

On Monday, June 8, 2015 at 8:16:48 PM UTC-7, slide wrote:

 email-ext does use the MailAddressResolver just like Mailer plugin, which 
 means it should be getting the information from the person's account in 
 Jenkins. I would need more information about your setup because it works 
 just fine for me.

 On Mon, Jun 8, 2015 at 7:43 PM Kevin Navero kna...@gmail.com 
 javascript: wrote:

 I'm currently running into an issue where in my job configuration, the 
 trigger is set to Always and will send an email to the developer of the 
 last commit after the build is complete. In the logs I get:

 Email was triggered for: Always
 Sending email for trigger: Always
 An attempt to send an e-mail to empty list of recipients, ignored.

 After reading the wiki, I noticed it says,

 *Send to Developers * - Check this checkbox to send the email to anyone 
 who checked in code for the last build.  The plugin will generate an email 
 address based on the committer's id and an appended default email suffix 
 from Jenkins's global configuration page.  For instance, if a change was 
 committed by someone with an id first.last, and the default email suffix 
 is @somewhere.com, then an email will be sent to 
 first...@somewhere.com javascript:

 So I tried to change my Jenkins username id to First.Last and set the 
 default email suffix to a valid email suffix. This still didn't work as I 
 expected.

 When I use the built-in Jenkins email notifier, I successfully get 
 emails, but only for cases where the build is unstable, and I want the 
 developer who's changes are being tested to receive an email *all the 
 time* after the build is finished. In the Jenkins People listing, each 
 committer id is mapped to an email address; does Email Ext not get the 
 email from that, the same way that the built-in Jenkins email notifier 
 does? 

 Worst case scenario, I'll probably end up hacking with Perl and send in 
 the committer email address into the build job as a parameter.

 -- 
 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 javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/b7e37720-acdb-45d0-86bc-3604599a1acf%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-users/b7e37720-acdb-45d0-86bc-3604599a1acf%40googlegroups.com?utm_medium=emailutm_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/b21fb7cf-660e-4c1e-8786-cd8b52048ef6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins Cucucmber perf plugin bug is left unassigned

2015-06-08 Thread Arish Arbab
My Bug on Cucumber perf plugin is still open in Jenkins JIRA. Can somebody 
have a look at this please ?

Link: https://issues.jenkins-ci.org/browse/JENKINS-28767


-- 
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/8c4a879d-9ca3-4a65-b4d5-d900c4e8922a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Run Android Monkey Tester

2015-06-08 Thread Maddi
Thanks Richard.

Posted the same in Android developer group. 

On Monday, 8 June 2015 11:06:28 UTC+5:30, Richard Bywater wrote:

 Would this question be better asked on an Android related mailing list as 
 not sure if it has any connection to Jenkins other than you might run it in 
 Jenkins? 

 Richard

 On 5:20PM, Mon, 8/06/2015 Maddi sr.siv...@gmail.com javascript: wrote:

 Hi All,

 I am new to QA world and  new for automation as well.  I am using monkey 
 to test the android build to verify the crash.. 

 I run 500 events on a delay of 10 milliseconds.  Ran smooth. When I 
 increase the events count, I see some CRASH. 

 [android] Monkeying around with [my.package] (event count: 5,000, seed: 
 1,433,740,521,180, categories: [])...
 $/opt/android-sdk-linux/platform-tools/adb -s localhost:7345 shell monkey -v 
 -v -s 1433740521180 --throttle 10 -p my.package -vvv 5000


 *Android monkey test: Crashed after 2,472 of 5,000 events* and I get the 
 monkey test result as below.,

 :Sending Key (ACTION_DOWN): 20// KEYCODE_DPAD_DOWN
 :Sending Key (ACTION_UP): 20// KEYCODE_DPAD_DOWN
 Sleeping for 10 milliseconds
 :Sending Key (ACTION_DOWN): 54// KEYCODE_Z
 :Sending Key (ACTION_UP): 54// KEYCODE_Z
 // CRASH: my.package (pid 612)
 // Short Msg: android.content.ActivityNotFoundException
 // Long Msg: android.content.ActivityNotFoundException: No Activity found 
 to handle Intent { act=BkHomeOpen }
 // Build Label: generic/sdk/generic:4.0.2/ICS_MR0/229537:eng/test-keys
 etc.,

 Now,  how shall I understand the test result first?  Second, how shall I 
 replay the log and see the crash using emulator?.. once the developer fix 
 the crash issue, we need to replay and make sure the fix..

 Is there any tool available for achieving this? Appreciate your help.

 Thanks
 -Maddi

  -- 
 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 javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/e977ec5c-7dc2-48dc-9309-b0b42c36df15%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-users/e977ec5c-7dc2-48dc-9309-b0b42c36df15%40googlegroups.com?utm_medium=emailutm_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/7ae9104b-7281-43d8-9b83-57291a251dc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to *properly* switch from Maven-style jobs to Freestyle jobs?

2015-06-08 Thread Victor Noël
Hi,

Following the switch to Java 7+, many users have problem with the 
Maven-style jobs: they are forbidden to execute them with a version of Java 
inferior to 7.
See for example https://issues.jenkins-ci.org/browse/JENKINS-28294.

The common solution proposed by people is to switch to Freestyle project: 
there is more configuration to do, but the behaviour of the build will be 
more deterministic (see 
http://javaadventure.blogspot.de/2013/11/jenkins-maven-job-type-considered-evil.html
 
for example for more explanation of why anyway maven-style jobs apparently 
sucks).

So, my question now is: how do I properly switch to a freestyle project?

In particular, my main concern is with dependencies and build triggering:
 - I want to be able to see the tree of builds like this: 
http://jenkins.petalslink.com/job/Petals%20Components%20-%20BC%20SOAP/265/
 - I want to see upstream and downstream projects like this: 
http://jenkins.petalslink.com/job/Petals%20Components%20-%20BC%20SOAP/
 - I want my jobs to be triggered when one of its dependencies was built 
(and not by checking every hours if a dependency has changed as one of the 
jenkins plugins do).

Anybody has good suggestion to either do that, or to convince me I don't 
need it?

Thank you :)

Victor

-- 
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/28ee3f3b-4dec-4a7c-aac0-f352fbf9a349%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Poll source from tfs to jenkins slave showing no change

2015-06-08 Thread Nair, Ajit
Please let me know the solution if anybody is aware of this issue.

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of ajit nair
Sent: 04 June 2015 14:40
To: jenkinsci-users@googlegroups.com
Subject: Poll source from tfs to jenkins slave showing no change


I am trying to perform CI through Jenkins on .NET projects using TFS as source 
control. I have created Master Slave connection with Jenkins. Master is my 
machine and Slave is different VM. When I am trying to create the build it is 
failing because it is not having the project files. I have configured Poll SCM 
to the Jenkins Job with values H/10 * * * *. If I am not wrong it should get 
all the source code from TFS in every 10min if it finds any changes. But when I 
check Team Foundation Server Polling Log it shows the following output.

Started on 3 Jun, 2015 11:54:56 AM
Done. Took 1.4 sec
No changes
Can anybody help me on retrieving Source code from TFS to Jenkins slave 
automatically.
--
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.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2572f66f-5709-4cbd-b7a9-979fb257ce62%40googlegroups.comhttps://groups.google.com/d/msgid/jenkinsci-users/2572f66f-5709-4cbd-b7a9-979fb257ce62%40googlegroups.com?utm_medium=emailutm_source=footer.
For more options, visit https://groups.google.com/d/optout.


Please consider the environment before printing this e-mail.

The information contained in this communication is confidential and is intended 
only for the use of the addressee. Unauthorized use, disclosure or copying of 
this communication or any part thereof is strictly prohibited and may be 
unlawful. If you have received this communication in error, please notify us 
immediately by return e-mail or by e-mail to emailnot...@sunquestinfo.com, and 
destroy this communication and all copies thereof, including all attachments. 
E-mail transmissions are not guaranteed to be secure or error free and sender 
does not accept liability for such errors or omissions.
Sunquest Information Systems (Europe) Ltd is registered in England and Wales: 
03095468; Units 4, 4A, and 6 Octagon Business Park Little Plumstead Norwich 
NR13 5FH UK.

-- 
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/FE97FB7D264AE549A3D5BCE931078CBC3A3EA59DBE%40SQIEX1.sunquestinfo.com.
For more options, visit https://groups.google.com/d/optout.


Re: Javascript Webdriver (Chrome)

2015-06-08 Thread simon drake
Hi Richard,

Apologies! We are using Windows (the Jenkins server is Windows Server 
2012). 

-- 
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/9b689a63-ae43-488b-85ae-d8d972bd52cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Linking to Downstream Freestyle Job from Workflow Job

2015-06-08 Thread Rick King
We figured out this morning after looking at the code that returns the 
status in the plugin a way to get this working:


https://github.com/jenkinsci/workflow-plugin/blob/1c8d22ab0ee7471d0ceb56b03070579d873bf9b8/support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerListener.java


If 'Propagate errors' is deselected for this step, it will always return 
the RunWrapper object on completion rather than only returning it upon 
success.  


Since we've now disabled the ability for the workflow job to detect that 
the downstream job failed automatically, we now need to parse the results 
returned to use to check for how the build turned out.


Hope this helps anyone else who might be having similar troubles.


Rick

-- 
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/c308a269-035d-4ab4-ac1e-58a0af25c1b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Sudden increase in build times of Maven-style job

2015-06-08 Thread Somya


Hi,

 

I have a Maven build job setup in Jenkins, with following notable configs :

 

· It is a multi-module job with 75 modules

· It is built incrementally (build only changed modules)

· Automatic artifact archiving is disabled

· “Resolve Dependencies during Pom parsing” and “Process Plugins 
during Pom parsing” are disabled.

 

The build time is approx *20 mins*. However, from some time the build time 
has* drastically increased to 1 hr 15 mins*. The current build number is 
about *1450 *and I am preserving only *3 old builds*. My question is why 
there is such high increment in build times suddenly? 

 

The things I have tried and observed so far :

 

· The timestamping of build output shows that major time is being 
spent in *Parsing POMs* (approx 30 mins) and *Metadata collection* step 
(approx 20 mins).

· A full build, instead of an incremental build, also takes about 1 
hr 20 mins.

· I cleaned up all the existing fingerprints data and tried 
rebuilding the project. This had no impact on the build time.

· I also tried building the job on a dedicated slave, in case the 
problem was due to resource availability. This had no impact on build times.

 

The only thing that worked was renaming the job itself. After renaming 
build are completing again in approx 20 mins. But I am not sure if this is 
an ideal solution. Also I don't understand the reason behind this approach 
of renaming the job. Does anyone have an idea as to why the build times 
increased and how to fix this ? 


I am using *Jenkins v1.560* and *maven project plugin v2.0.* Upgrading 
Maven plugin or Jenkins is not an option for me now.

 

Thanks,

Somya

-- 
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/50969dc8-7225-4c41-8c3a-ca78cb799c50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.