You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,18 @@ you can find examples of correct environments [below](#environment).
121
121
122
122
Please note that it is now recommended to declare the _same_`format_version` in each `*.gopipeline.json` or `*.goenvironment.json` file.
123
123
124
+
#### GoCD server version from 19.10.0 and beyond
125
+
126
+
Supports `format_version` value of `9`. In this version, support of `ignore_for_scheduling` for [dependency materials](#dependency) has been added. Setting this attribute will skip scheduling the pipeline when the dependency material has changed.
127
+
128
+
Using a newer `format_version` includes all the behavior of the previous versions too.
129
+
130
+
#### GoCD server version from 19.9.0 and beyond
131
+
132
+
Supports `format_version` value of `7` and `8`. In version `7`, support for [properties](#property) has been removed. In version `8`, support for [mingle](#mingle) has been removed.
133
+
134
+
Using a newer `format_version` includes all the behavior of the previous versions too.
135
+
124
136
#### GoCD server version from 19.8.0 and beyond
125
137
126
138
Supports `format_version` value of `6`. In this version, support of `allow_only_on_success` for [approval](#approval) on stage has been added. Setting this attribute will ensure that the manual trigger will be allowed only if the previous stage is successful.
@@ -208,10 +220,6 @@ Any variable must contain `name` and `value` or `encrypted_value`.
208
220
"value": "parameter"
209
221
}
210
222
],
211
-
"mingle": {
212
-
"base_url": "http://mingle.example.com",
213
-
"project_identifier": "my_project"
214
-
},
215
223
"tracking_tool": null,
216
224
"timer": {
217
225
"spec": "0 15 10 * * ? *"
@@ -310,6 +318,7 @@ In the above example, since both pipelines are in the same group, `pipeline2` wi
310
318
```
311
319
312
320
### Mingle
321
+
**Note: Since GoCD version 19.9 and format_version 8, this is no longer supported**
313
322
314
323
```json
315
324
{
@@ -397,13 +406,6 @@ In the above example, since both pipelines are in the same group, `pipeline2` wi
0 commit comments