Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-12510 : Custom xcodebuild arguments values are not persisted
  • Loading branch information
aheritier committed Mar 27, 2012
1 parent fad36d4 commit 45f6c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/au/com/rayh/XCodeBuilder.java
Expand Up @@ -92,7 +92,7 @@ public class XCodeBuilder extends Builder {
/**
* @since 1.3
*/
private String xcodebuildArguments;
public final String xcodebuildArguments;
/**
* @since 1.2
*/
Expand Down

1 comment on commit 45f6c39

@wharpreet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this solve the issue?
As I can still see this issue and lot of forums talking about this issue.
Registered a bug also: https://issues.jenkins-ci.org/browse/JENKINS-22163

Please sign in to comment.