[JIRA] [perforce] (JENKINS-7436) Add support for perforce shelve builds

2013-06-28 Thread john.mcgo...@openwave.com (JIRA)














































John McGowan
 commented on  JENKINS-7436


Add support for perforce shelve builds















We've been doing precommit/shelved builds for a good while in a build step prior to the main job. Parameterized build with the p4 shelve number as input. I "Run buildstep before SCM":

#!/bin/bash -ex

p4 revert ...

The before the main build task I run this (this is on a clean and new workspace everytime btw): 

if [ $SHELVE != 0 ]; then

	Unshelve the p4 shelve list supplied in the parameter 'SHELVE'
p4 unshelve -s $SHELVE
if [ $? -ne 0 ]; then
echo "Unshelving change $SHELVE hasn't worked, aborting"
exit 1
fi
else
echo "Input a value for the P4 shelve command or else you're just building the latest nightly code, which is covered in another job"
exit 1
fi





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [perforce] (JENKINS-7436) Add support for perforce shelve builds

2013-06-28 Thread john.mcgo...@openwave.com (JIRA)












































 
John McGowan
 edited a comment on  JENKINS-7436


Add support for perforce shelve builds
















We've been doing precommit/shelved builds for a good while in a build step prior to the main job. Parameterized build with the p4 shelve number as input. I run "Run buildstep before SCM":

#!/bin/bash -ex

p4 revert ...

Then before the main build task I run this (this is on a clean and new workspace everytime btw): 

if [ $SHELVE != 0 ]; then

	Unshelve the p4 shelve list supplied in the parameter 'SHELVE'
p4 unshelve -s $SHELVE
if [ $? -ne 0 ]; then
echo "Unshelving change $SHELVE hasn't worked, aborting"
exit 1
fi
else
echo "Input a value for the P4 shelve command or else you're just building the latest nightly code, which is covered in another job"
exit 1
fi





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [dashboard-view] (JENKINS-18218) Cobertura Plugin 1.8 1.9 lines and methods columns in overall dashboard portal are swapped

2013-06-05 Thread john.mcgo...@openwave.com (JIRA)














































John McGowan
 created  JENKINS-18218


Cobertura Plugin 1.8  1.9 lines and methods columns in overall dashboard portal are swapped















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


dashboard-view



Created:


05/Jun/13 2:26 PM



Description:


When I upgraded our instance to 1.9 from 1.8 each project is reporting correct lines/methods etc correctly, but on the dashboard portlet view it is swapping the lines and methods % value around so skewing results. Once I downgrade to 1.8 its fine.




Project:


Jenkins



Priority:


Major



Reporter:


John McGowan

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [cobertura] (JENKINS-18218) Cobertura Plugin 1.8 1.9 lines and methods columns in overall dashboard portal are swapped

2013-06-05 Thread john.mcgo...@openwave.com (JIRA)














































John McGowan
 updated  JENKINS-18218


Cobertura Plugin 1.8  1.9 lines and methods columns in overall dashboard portal are swapped
















Change By:


John McGowan
(05/Jun/13 2:28 PM)




Component/s:


cobertura





Component/s:


dashboard-view



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.