Skip to content

Commit

Permalink
Merge pull request #28 from Typz/workflow-support
Browse files Browse the repository at this point in the history
[JENKINS-26836] Workflow support
  • Loading branch information
rsandell committed Jan 21, 2016
2 parents cf2e3ab + 12adcba commit c7c1ff8
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 115 deletions.
1 change: 1 addition & 0 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Checkstyle configuration that checks coding conventions.
</module>
<module name="LineLength">
<property name="tabWidth" value="4"/>
<property name="max" value="100"/>
</module>
<module name="EmptyForIteratorPad"/>
<module name="MethodParamPad"/>
Expand Down
Loading

0 comments on commit c7c1ff8

Please sign in to comment.