[JIRA] [git] (JENKINS-16646) Git push tag only in case if build SUCCESS only, UNSTABLE result is not push a tag.

2013-06-17 Thread leszczynski.miko...@gmail.com (JIRA)














































Mikolaj Leszczynski
 commented on  JENKINS-16646


Git push tag only in case if build SUCCESS only, UNSTABLE result is not push a tag.















Hello, any updates on this issue?
We consider failing tests acceptable, as Android's test suite tends to be unreliable. The plugin not pushing when it's unstable disrupts our tagging and versioning system.



























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] [git] (JENKINS-16646) Git push tag only in case if build SUCCESS only, UNSTABLE result is not push a tag.

2013-06-17 Thread leszczynski.miko...@gmail.com (JIRA)












































  
Mikolaj Leszczynski
 edited a comment on  JENKINS-16646


Git push tag only in case if build SUCCESS only, UNSTABLE result is not push a tag.
















Hello, any updates on this issue?
We consider failing tests acceptable, as Android's test suite tends to be unreliable. The plugin not pushing when it's unstable disrupts our tagging and versioning system. It would be nice to at leat have the option to push if it's also unstable.



























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] [testflight] (JENKINS-17592) Testflight uploader plugin doesn't allow to upload multiple files

2013-06-03 Thread leszczynski.miko...@gmail.com (JIRA)














































Mikolaj Leszczynski
 commented on  JENKINS-17592


Testflight uploader plugin doesn't allow to upload multiple files















This works nicely, thanks for your hard work guys!



























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] [versionnumber] (JENKINS-18171) Version Number plugin doesn't increment build numbers after an unstable build

2013-06-03 Thread leszczynski.miko...@gmail.com (JIRA)














































Mikolaj Leszczynski
 created  JENKINS-18171


Version Number plugin doesn't increment build numbers after an unstable build















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


versionnumber



Created:


03/Jun/13 8:28 AM



Description:


When the option 'Don't increment builds today/ this month/ this year/ all time after a failed build' is selected, the plugin doesn't increment build numbers for unstable builds as well.

This makes it tedious to get a correct version number if one or two tests tend to be unstable.




Environment:


Debian x64




Project:


Jenkins



Labels:


plugin




Priority:


Major



Reporter:


Mikolaj Leszczynski

























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] [testflight] (JENKINS-17592) Testflight uploader plugin doesn't allow to upload multiple files

2013-05-16 Thread leszczynski.miko...@gmail.com (JIRA)














































Mikolaj Leszczynski
 commented on  JENKINS-17592


Testflight uploader plugin doesn't allow to upload multiple files















I wasn't aware of that, thank you. I didn't notice that on the plugin webpage, but I see that it's there, sorry . It would be nice if this came with the Jenkins in-page help.

It would still be great to be able to provide a wildcard or specify a list of files just for convenience. 
The android build process spits out multiple intermediate .apk files which you probably don't want to upload, so you have to use another build step to remove them just before running Testflight. Also you might simply not want to release all of the apks.

Thanks for all the great work guys, your plugin makes life so much easier for our team!



























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] [testflight] (JENKINS-17592) Testflight uploader plugin doesn't allow to upload multiple files

2013-04-12 Thread leszczynski.miko...@gmail.com (JIRA)














































Mikolaj Leszczynski
 created  JENKINS-17592


Testflight uploader plugin doesn't allow to upload multiple files















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Components:


testflight



Created:


12/Apr/13 3:13 PM



Description:


In a job where multiple .apk files are produced it's not possible to use wildcards or to specify multiple artifacts to upload:

Uploading to testflight
File: */bin/*release.apk
java.io.FileNotFoundException: */bin/*release.apk (No such file or directory)
java.io.FileNotFoundException: */bin/*release.apk (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.(FileInputStream.java:137)
	at org.apache.http.entity.mime.content.FileBody.writeTo(FileBody.java:78)
	at org.apache.james.mime4j.message.MessageWriter.writeBody(MessageWriter.java:76)
	at org.apache.http.entity.mime.HttpMultipart.doWriteTo(HttpMultipart.java:165)
	at org.apache.http.entity.mime.HttpMultipart.writeTo(HttpMultipart.java:223)
	at org.apache.http.entity.mime.MultipartEntity.writeTo(MultipartEntity.java:179)
	at org.apache.http.impl.entity.EntitySerializer.serialize(EntitySerializer.java:127)
	at org.apache.http.impl.AbstractHttpClientConnection.sendRequestEntity(AbstractHttpClientConnection.java:253)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.sendRequestEntity(AbstractClientConnAdapter.java:218)
	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:249)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:483)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:641)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:597)
	at testflight.TestflightUploader.upload(TestflightUploader.java:117)
	at testflight.TestflightRemoteRecorder.call(TestflightRemoteRecorder.java:61)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:45)
	at testflight.TestflightRecorder.perform(TestflightRecorder.java:158)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:798)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:770)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:720)
	at hudson.model.Run.execute(Run.java:1600)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)
Build step 'Upload to Testflight' marked build as failure

This is basically an app with several different skins, so the build produces multiple apk files. Archiving the artifacts using the above wildcard gives the expected results. It would be nice be able to pass either a wildcard or list of build files to the plugin.




Project:


Jenkins



Priority:


Minor



Reporter:


Mikolaj Leszczynski

























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,