Skip to content

Commit

Permalink
Merge pull request #289 from cpf/master
Browse files Browse the repository at this point in the history
 #287 Fix property value persistence
  • Loading branch information
dcoraboeuf committed Nov 22, 2013
2 parents c6937df + c10584c commit 263f544
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ public String getName() {
return name;
}

public String getPropertyValue() {
return propertyValue;
}

@Extension
public static class OntrackBuildPropertyValueDescription extends BuildStepDescriptor<Builder> {

Expand Down

0 comments on commit 263f544

Please sign in to comment.