Skip to content

Commit bbb9bbf

Browse files
committed
add changelog file...
1 parent de3451e commit bbb9bbf

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

CHANGELOG.md

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# CHANGELOG
2+
All notable changes to this project will be documented in this file.
3+
4+
## [Unreleased][unreleased]
5+
- display the tree of upstream causes (pull request #56)
6+
7+
## [0.17] - (released Nov. 26, 2014)
8+
- swap dependency with buildgraph-view (revert from 0.13, see #50).
9+
- FlowCause now derives from UpstreamCause (pull request #53)
10+
11+
## [0.16] - (released Oct. 08, 2014)
12+
- add syntax highlighting in DSL textarea (pull request #52)
13+
14+
## [0.15] - (released Sep. 10, 2014)
15+
- fix missing displayName (pull request #51)
16+
17+
## [0.14] - (released Sep. 09, 2014)
18+
- enable test-jar for plugins leveraging the extension point.
19+
- use build.displayName in JobInvocation.toString (pull request #29)
20+
21+
## [0.13] - (released Sep. 09, 2014)
22+
- read DSL from a file (pull request #47)
23+
- fix buildgraph when using 2nd level flows (pull request #50)
24+
- swap dependency with buildgraph-view (pull request #50)
25+
26+
## [0.12] - (released May 14, 2014)
27+
- wait for build to be finalized
28+
- fixed-width font in DSL box
29+
- print stack traces when parallel builds fail
30+
- restore ability to use a workspace, as a checkbox in flow configuration (useful for SCM using workspace)
31+
32+
## [0.11.1] - (released Apr. 08, 2014)
33+
- no changes (added the compatibility warning to update center)
34+
35+
## [0.11] - (released Apr. 08, 2014)
36+
- plugin re-licensed to MIT
37+
- build flow no longer has a workspace
38+
- Validation of the DSL when configuring the flow
39+
- If a build could not be scheduled show the underlying cause
40+
- extensions can contribute to dsl help
41+
- aborting a flow causes all jobs scheduled and started by the flow to be aborted
42+
- retry is configurable
43+
- misc tweaks to UI and small fixes
44+
45+
## [0.10] - (released Aug. 08, 2013)
46+
- add support for SimpleParameters (parameter that can be set from a String)
47+
- mechanism to define DSL extensions
48+
- visualization moved to build-graph-view plugin
49+
- minor fixes
50+
51+
## [0.8] - (released Feb. 11, 2013)
52+
- Fix folder support
53+
- Basic flow visualization support (thanks to ~gregory144)
54+
- Alternative map-style way to define parallel executions (thanks to Jeremy Voorhis)
55+
56+
## [0.7] - (released Jan. 11, 2013)
57+
- Add support for ignore(Result)
58+
59+
## [0.6] - (released November 24, 2012)
60+
- Enable "read job" permissions for Anonymous (issue #14027)
61+
- Print errors as .. errors
62+
- Better failed test reporting
63+
- Use transient ref to Job/Build …
64+
- Fix a NullPointer to render FlowCause after jenkins restart
65+
- Use futures for synchronization plus publisher support plus console println cleanup (Pull request #14 from coreyoconnor)
66+
- Call to Parametrized jobs correctly use their default values (Pull request #16 from dbaeli)
67+
68+
## [0.5] - (released September 03, 2012)
69+
- fixed support for publishers (issue #14411)
70+
- improved job configuration UI (dedicated section, help, prepare code mirror integration)
71+
- improved error message
72+
73+
## [0.4] - (released June 28, 2012)
74+
- fixed cast error parsing DSL (Collections$UnmodifiableRandomAccessList' to class 'long') on some version of Jenkins
75+
- add groovy bindings for current build as "build", console output as "out", environment variables Map as "env", and triggered parameters of current build as "params"
76+
- fixed bug when many "Parameters" links were shown for each triggered parameter on build page
77+
78+
## [0.3] - (released April 12, 2012)
79+
add support for hierarchical project structure (typically : cloudbees folders plugin)
80+
81+
## [0.2] - (released April 09, 2012)
82+
- changed parallel syntax to support nested flows concurrent execution
83+
- fixed serialization issues
84+
85+
## [0.1] - (released April 03, 2012)
86+
- initial release with DSL-based job orchestration
87+
88+
89+
[unreleased]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.17...HEAD
90+
[0.17]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.16...build-flow-plugin-0.17
91+
[0.16]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.15...build-flow-plugin-0.16
92+
[0.15]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.14...build-flow-plugin-0.15
93+
[0.14]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.13...build-flow-plugin-0.14
94+
[0.13]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.12...build-flow-plugin-0.13
95+
[0.12]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.11...build-flow-plugin-0.12
96+
[0.11.1]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.11...build-flow-plugin-0.11.1
97+
[0.11]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.10...build-flow-plugin-0.11
98+
[0.10]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.9...build-flow-plugin-0.10
99+
[0.9]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.8...build-flow-plugin-0.9
100+
[0.8]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.7...build-flow-plugin-0.8
101+
[0.7]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.6...build-flow-plugin-0.7
102+
[0.6]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.5...build-flow-plugin-0.6
103+
[0.5]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.4...build-flow-plugin-0.5
104+
[0.4]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.3...build-flow-plugin-0.4
105+
[0.3]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.2...build-flow-plugin-0.3
106+
[0.2]: https://github.com/jenkinsci/build-flow-plugin/compare/build-flow-plugin-0.1...build-flow-plugin-0.2
107+
[0.1]: https://github.com/jenkinsci/build-flow-plugin/compare/385cb81801653e232cabfa302329c915e2a72c50...build-flow-plugin-0.1

0 commit comments

Comments
 (0)