-
New Feature
-
Resolution: Unresolved
-
Minor
-
Mac Mini - OSX 10.7.5
I have large project that takes a long to compile after a clean or when the workspace is wiped. Since it takes so long the keychain is locked by time the codesign step is reached so I will always have a failed build after the workspace is cleaned and need to build it a second time. The keychain has an option to set the timeout using set-keychain-settings. The options are to lock the keychain when the system sleeps or after a specified interval. It would be nice to be able to select one of these values and customize a timeout on the unlock keychain step.
[JENKINS-17184] Allow setting a custom timeout when unlocking the keychain
Due Date | Original: 2013-05-12 |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Fix Version/s | New: current [ 10162 ] | |
Assignee | New: Antek Baranski [ sauraus ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Workflow | Original: JNJira [ 148016 ] | New: JNJira + In-Review [ 186112 ] |
This doesn't sound to hard to add. Would you mind trying ?
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/security.1.html
https://github.com/jenkinsci/xcode-plugin/blob/master/src/main/java/au/com/rayh/XCodeBuilder.java#L363
Try to support both -u -l and -t arguments