cdk8s-jenkins 0.0.464 → 0.0.466
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +7 -4
- package/API.md +3 -1
- package/lib/imports/jenkins.io.js +208 -208
- package/lib/index.js +7 -3
- package/lib/jenkins.js +2 -2
- package/package.json +7 -9
package/.jsii
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"stability": "stable"
|
|
68
68
|
},
|
|
69
69
|
"homepage": "https://github.com/cdk8s-team/cdk8s-jenkins.git",
|
|
70
|
-
"jsiiVersion": "
|
|
70
|
+
"jsiiVersion": "5.6.4 (build a446c6c)",
|
|
71
71
|
"license": "Apache-2.0",
|
|
72
72
|
"metadata": {
|
|
73
73
|
"jsii": {
|
|
@@ -327,8 +327,11 @@
|
|
|
327
327
|
{
|
|
328
328
|
"abstract": true,
|
|
329
329
|
"docs": {
|
|
330
|
+
"custom": {
|
|
331
|
+
"link": "https://github.com/jenkinsci/job-dsl-plugin/wiki/Tutorial---Using-the-Jenkins-Job-DSL Jenkins Seed Jobs Documentation }."
|
|
332
|
+
},
|
|
330
333
|
"default": "- No seed jobs",
|
|
331
|
-
"remarks": "For more information about seed jobs, please take a look at {
|
|
334
|
+
"remarks": "For more information about seed jobs, please take a look at {",
|
|
332
335
|
"stability": "stable",
|
|
333
336
|
"summary": "List of seed job configuration for Jenkins resource."
|
|
334
337
|
},
|
|
@@ -520,6 +523,6 @@
|
|
|
520
523
|
"symbolId": "src/jenkins:SeedJob"
|
|
521
524
|
}
|
|
522
525
|
},
|
|
523
|
-
"version": "0.0.
|
|
524
|
-
"fingerprint": "
|
|
526
|
+
"version": "0.0.466",
|
|
527
|
+
"fingerprint": "s5raY2TRNYnPfaEp9asjwWMTFm6FZzYXpKkMmabYIds="
|
|
525
528
|
}
|
package/API.md
CHANGED
|
@@ -257,7 +257,9 @@ public readonly seedJobs: SeedJob[];
|
|
|
257
257
|
|
|
258
258
|
List of seed job configuration for Jenkins resource.
|
|
259
259
|
|
|
260
|
-
For more information about seed jobs, please take a look at {
|
|
260
|
+
For more information about seed jobs, please take a look at {
|
|
261
|
+
|
|
262
|
+
> [https://github.com/jenkinsci/job-dsl-plugin/wiki/Tutorial---Using-the-Jenkins-Job-DSL Jenkins Seed Jobs Documentation }.](https://github.com/jenkinsci/job-dsl-plugin/wiki/Tutorial---Using-the-Jenkins-Job-DSL Jenkins Seed Jobs Documentation }.)
|
|
261
263
|
|
|
262
264
|
---
|
|
263
265
|
|