Skip to content

Commit

Permalink
Added short section about jcasc in the testing dev docu (jenkins-infr…
Browse files Browse the repository at this point in the history
…a#7650)

* added short section about jcasc

* Apply suggestions from code review

Co-authored-by: Kevin Martens <99040580+kmartens27@users.noreply.github.com>

---------

Co-authored-by: Kevin Martens <99040580+kmartens27@users.noreply.github.com>
  • Loading branch information
StefanSpieker and kmartens27 authored Nov 1, 2024
1 parent aa77f6e commit 1684e0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/doc/developer/testing/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,13 @@ public class MyTest {
}
----

=== Verifying compatibility with Configuration as Code (JCasC)

The link:https://plugins.jenkins.io/configuration-as-code/[Configuration as Code plugin] is an opinionated way to configure Jenkins based on human-readable declarative configuration files.
Writing such a file can be done without being a Jenkins expert by translating a configuration process one is familiar with executing in the web UI into code.
If the plugin supports JCasC, it also tests compatibility.
More details can be found in the link:https://github.com/jenkinsci/configuration-as-code-plugin/blob/master/docs/PLUGINS.md[configuration-as-code-plugin documentation].

== Increasing Tests Timeout

The default timeout for Jenkins integration tests is 180 seconds.
Expand Down

0 comments on commit 1684e0a

Please sign in to comment.