Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add Test Suite finish compatibility for Xcode 6 beta 4 #48
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
cloudbees-pull-request-builder
Aug 1, 2014
plugins » xcode-plugin #57 SUCCESS
This pull request looks good
cloudbees-pull-request-builder
commented
Aug 1, 2014
plugins » xcode-plugin #57 SUCCESS |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
jenkinsadmin
Aug 2, 2014
Owner
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
jonguan
commented
Aug 5, 2014
[FIXED JENKINS-24120] |
added a commit
that referenced
this pull request
Aug 20, 2014
lacostej
merged commit 74c8db0
into
jenkinsci:master
Aug 20, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
mattdeckard
Oct 17, 2014
When can we expect to see this in a release of the plugin? I spent the morning troubleshooting this problem before I realized there has been a year's worth of pull request merged into this plugin but no release.
mattdeckard
commented
Oct 17, 2014
When can we expect to see this in a release of the plugin? I spent the morning troubleshooting this problem before I realized there has been a year's worth of pull request merged into this plugin but no release. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
ewanmellor
Oct 31, 2014
I second the request for this to be released! I just spent 3 hours debugging this only to find that it was fixed already. It looks like this plugin hasn't had a release since Dec 2013, but there's lots of good fixes been made since then. Thanks in advance!
ewanmellor
commented
Oct 31, 2014
I second the request for this to be released! I just spent 3 hours debugging this only to find that it was fixed already. It looks like this plugin hasn't had a release since Dec 2013, but there's lots of good fixes been made since then. Thanks in advance! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
lacostej
Oct 31, 2014
Member
My bad my bad !! Sorry guys. Hectic times ! I just pushed version 1.4.3 to jenkins-ci.
My bad my bad !! Sorry guys. Hectic times ! I just pushed version 1.4.3 to jenkins-ci. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
ewanmellor
Nov 2, 2014
Thanks @lacostej. And thanks for the time that you put into this plugin, it's very much appreciated!
ewanmellor
commented
Nov 2, 2014
Thanks @lacostej. And thanks for the time that you put into this plugin, it's very much appreciated! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
ncolton
Nov 25, 2014
Hmm. Is there something that needs to happen for 1.4.3 to be visible / installable through Jenkins?
ncolton
commented
Nov 25, 2014
Hmm. Is there something that needs to happen for 1.4.3 to be visible / installable through Jenkins? |
jonguan commentedAug 1, 2014
[FIXED JENKINS-24120]
Compatible for Xcode 5 and Xcode 6.
Xcode 5 Log:
Test Suite 'SCTests_ResultInterpreter' started at 2014-08-01 04:09:27 +0000
...
Test Suite 'SCTests_ResultInterpreter' finished at 2014-08-01 04:09:27 +0000.
Executed 24 tests, with 0 failures (0 unexpected) in 0.024 (0.025) seconds
Xcode 6 beta 4 log:
Test Suite 'SCTests_ResultInterpreter' started at 2014-07-31 23:23:19 +0000
...
Test Suite 'SCTests_ResultInterpreter' passed at 2014-07-31 23:23:19 +0000.
Executed 24 tests, with 0 failures (0 unexpected) in 0.031 (0.037) seconds
Notice that in Xcode 5, the test log for Test Suite is 'finished', while in Xcode 6, the log states that the suite 'passed'.