The relative path to Jenkins Configuration as Code YAML file. You can refer to the demos provided by configuration-as-code-plugin and learn how to configure the Jenkins instance without using UI page.
jfr-container-action Unique Inputs
Name
Type
Default Value
Description
isPluginCacheHit
boolean
false
You can choose whether or not to cache new installed plugins outside. If users want to use actions/cache in the workflow, they can give the cache hit status as input in isPluginCacheHit.
jfr-static-image-action Unique Inputs
Name
Type
Default Value
Description
baseImage
String
N/A
You can choose your base runtime here. By default, it will pull the Jenkinsfile-runner jdk11 prebuilt container as runtime.
Runtime Actions Inputs
jfr-setup-action
Name
Type
Default Value
Description
jenkins-version
String
2.346.1
The version of jenkins core to download. If you change the default value of jenkins-core-url, this option will be invalid.
jenkins-root
String
./jenkins
The root directory of jenkins binaries storage.
jenkins-pm-version
String
2.5.0
The version of plugin installation manager to use. If you change the default value of jenkins-pm-url, this option will be invalid.
jfr-version
String
1.0-beta-30
The version of Jenkinsfile-runner to use. If you change the default value of jenkins-jfr-url, this option will be invalid.