Commit Graph

87 Commits

Author SHA1 Message Date
Tim Jacomb 3e50e6e9d9
Modernise UI (#2717) 2025-10-02 15:34:19 +00:00
Basil Crow 44ef3dae27
Migrate from EE 8 to EE 9 (#2625) 2025-01-17 08:43:14 +00:00
Tim Jacomb 31d4a9816d
Update contributing instructions (#2192) 2024-11-02 12:01:12 +00:00
Dave 79ac3430ff
Add doc for exporting config from a groovy script (#2564)
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
2024-09-24 20:11:17 +01:00
Jesse Glick 2932786c4a
Showing how to use `subPath` mounts (#2480) 2024-04-17 22:13:08 +01:00
Sudhanshu Rai 5603ec68ff
added the Missing information on how to generate/create yaml file (#2471)
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
2024-03-27 23:05:51 +00:00
Stefan Spieker 868b08b7b4
[Docs] CONTRIBUTING.md Remove java 8 remarks - java 11 works (#2148) 2022-10-15 21:01:19 +01:00
rahuldimri 4e0a6565c0
Updating broken link (#2146) 2022-10-13 13:33:10 +01:00
Mark Waite 5bbae00733
Remove office hours from contributing guide (#2133) 2022-10-01 10:01:08 +01:00
offa b115510c74
Remove deprecated java.level from docs (#2087) 2022-08-05 11:22:42 +01:00
Chris Kilding 2d41195020
Support JSON formatted secrets in SecretSourceResolver (#2018)
Co-authored-by: Joseph Petersen <josephp90@gmail.com>
2022-07-11 12:04:33 +02:00
Dmitry Platonov 1bb3463829
JENKINS-67371 Explicit the trust requirement for JCasC (#1954)
* JENKINS-67371 Explicit the trust requirement for JCasC

* JENKINS-67371 security explicit description to readme

* JENKINS-67371 update readme and secrets.adoc

* Minor tweaks

Co-authored-by: Tim Jacomb <timjacomb1+github@gmail.com>
2022-05-18 19:57:05 +01:00
Angelo Ross 44b59a0fc7
Allow configuring CASC Reload Token with environment variable (#1841) 2022-01-26 20:06:12 +00:00
Tim Jacomb 04df24f070
Convert to issue template (#1822) 2021-12-28 10:56:18 +00:00
fugkco 8f54e71d7f
Add a note on reloading from declarative pipelines #1227 (#1675)
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
2021-10-18 08:27:09 +00:00
Rick 9cc1a869b6
Add a merge strategy extension point for the YAML config (#1218)
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
Co-authored-by: Joseph Petersen <josephp90@gmail.com>
2021-09-14 11:36:28 +01:00
offa 302609121b
Code improvements (#1728) 2021-09-13 16:10:07 +00:00
Damien Duportal e642ad5580
doc: add infos on reloading with the Jenkins CLI (#1648)
* doc: add infos on reloading with the Jenkins CLI

* Update docs/features/configurationReload.md

Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>

Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
2021-07-29 10:45:10 +01:00
João Vale a6983ff60e
Update broken link in Secrets documentation (#1589)
`configExport.adoc` was converted to Markdown but link in base Secrets doc was not updated.
2021-04-09 10:08:37 +01:00
akatsadimas ebadef8587
Cleanup master/slave terminology from documentation + Cleanup "Jenkins master" term from the warning in the Web UI (#1481)
* Cleanup master/slave terminology from documentation

* remove 'controller' from description

Agent configurations can be also managed on the controller side

* Update demos/kubernetes/README.md

Co-authored-by: Tim Jacomb <t.jacomb@kainos.com>
2020-11-03 17:51:39 +01:00
Oleg Nenashev ebee63be35
Add `decodeBase64` substitutor for reading base64-encoded variables (#1526)
* Add `readBase64` substitutor for reading base64-encoded variables

* Fix the SpotBugs issue with the encoding

* Swith to decodeBase64()
2020-11-02 15:54:45 +01:00
Joseph Petersen 3cddb7a8ff
change properties secrets env to `SECRETS_FILE` (#1435) 2020-07-19 09:20:54 +01:00
Moritz Graf 4db04185c1
Adding documentation on how to use variables jcasc job configuration (#1414)
Co-authored-by: Joseph Petersen <josephp90@gmail.com>
2020-07-19 05:34:20 +02:00
Mads Jensen b2fe968da8
Fix a internal link to PLUGINS.md. Fix some typos. (#1434)
Co-authored-by: Joseph Petersen <josephp90@gmail.com>
2020-07-19 04:52:01 +02:00
Chris Kilding 1ca90c9ddf
Consolidate SecretSource options into secrets.adoc (#1433)
Co-authored-by: Joseph Petersen <josephp90@gmail.com>
2020-07-19 04:51:36 +02:00
Joseph Petersen 410c3ae03e
SecretResolver support file and base64 variable expansion (#1408)
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
2020-07-19 04:37:52 +02:00
Tim Jacomb 7f6bab4ebb
Add Azure KeyVault to secrets doc (#1321) 2020-03-14 09:52:00 +00:00
Tim Jacomb 6cc682ce4d
Add test-harness module + change json schema test API to return… (#1215) 2019-12-10 09:14:56 +00:00
Sladyn 6269c593c9 Added test Framework Utility Functions For the json Schema (#1078) 2019-11-30 08:46:34 +00:00
Smasherr c6d4c4325f Introduce a SecretSource implementation for .properties file (#1160) 2019-10-18 08:45:59 +01:00
Luno 045631a8bf Move Trigger Configuration Reload to a new feature page #1150 (#1155)
* Move Trigger Configuration Reload to a new feature page #1150

* Move Trigger Configuration Reload to a new feature page #1150
2019-10-12 10:46:10 +02:00
Balaji Pachai 154fe114de Remove run locally intellij idea cli from main readme add to do… (#1152)
Co-Authored-By: Oleg Nenashev <o.v.nenashev@gmail.com>
Co-authored-by: Balaji Pachai <balaji.pachai@harbingergroup.com>
2019-10-11 15:06:20 +02:00
Oleg Nenashev f8a502c63b
Move Handling Secrets to a separate page, add docs for CredentialsProvider and encrypted strings (#1143)
* Move Secrets management to a separate documentation page

* Document crendentials provider and encrypted credentials in secrets.adoc

* Fix links

* Fix the anchor

* Codacy!
2019-10-11 12:50:44 +02:00
Tim Jacomb 81551215d4
Update plugins developer docs (#1140) 2019-10-10 07:44:21 +01:00
Sladyn b167630cdc Remove old jelly schema and usages (#1069) 2019-09-20 07:29:32 +01:00
Oleg Nenashev 6e42372f87
Reference Javadoc from the Developer documentation page (#1054)
* Reference Javadoc from the Developer documentation page

* Remove the empty bullet
2019-09-12 17:37:54 +02:00
Sladyn 17de1bbd33 Add the JSON Schema Documentation page (#1030)
* Beta Release Announcement

* Added JSONSchema Doc

* Added title page and more information

* Added examples and disclaimers

* Added a disclaimer

Co-Authored-By: Oleg Nenashev <o.v.nenashev@gmail.com>

* Updated URL for the schema

* Fixed typos and added reference to the documentation from the readme

* Changed link to schema
2019-09-12 17:37:29 +02:00
Oleg Nenashev ca359810ff
Update Project meetings information and move it to CONTRIBUTING.md (#1029)
* Rewrite the project meetings page, remove the slide reference from the top

* Remove Project meetings from the front page

* Add project meetings to Contributing.MD

* Codacy!
2019-09-03 17:16:07 +02:00
Joseph Petersen 21150313cd
Move vault code to hashicorp vault plugin, move tests to integrations (#970) 2019-08-24 02:29:28 +02:00
Joseph Petersen 466163288f remove support plugin reference for seed job doc (#988)
* update reference for seed job

* Update docs/seed-jobs.md

Co-Authored-By: Tim Jacomb <t.jacomb@kainos.com>

* Update docs/seed-jobs.md
2019-08-20 12:54:13 +02:00
Oleg Nenashev cbd6987e72
Create documentation for the export feature and document security considerations (#969) 2019-08-02 10:56:21 +02:00
Oleg Nenashev a56b7f3641 Link newbie-friendly issues in CONTRIBUTING.md (#927)
* Link newbie-friendly issues in CONTRIBUTING.md

* CONTRIBUTING: Fix the Codacy warning
2019-06-23 20:43:58 +01:00
Abhyudaya Sharma 6311ebf886 [JENKINS-57928] Allow configuring JMH benchmarks using CASC (#921) 2019-06-18 10:00:47 +02:00
René Scheibe b790090f34 Improvements for Util class and PLUGINS.md (#875) 2019-05-08 21:21:28 +02:00
Joseph Petersen ea92c84714
Cleanup & fix jenkins ci (#874) 2019-05-05 17:48:01 +02:00
Joseph Petersen 4751011504 update docs with requirements for plugins (#869) 2019-04-30 06:20:49 +01:00
Tim Jacomb f408a95851
Update plugin export docs (#860) 2019-04-28 12:42:02 +01:00
Tim Jacomb d43943706f Add docs for testing export of configuration (#851) 2019-04-23 03:56:04 +02:00
Joseph Petersen 136c2d3d0a
🗑️ Codacy markdown issue 2019-04-20 15:55:38 +02:00
Joseph Petersen 3ef37525f1
🗑️ Codacy markdown issues (#848) 2019-04-20 15:50:58 +02:00