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
[configFile Provider plugin] (https://plugins.jenkins.io/config-file-provider) enables provisioning of various types of configuration files. Plugin works in such a way as to make the configuration available for the entire duration of the build across all the build agents that are used to execute the build.
2
+
3
+
Common scenarios that demand the usage of configuration files:
4
+
5
+
- Provide properties that can be consumed by the build tool
6
+
- Global settings that override local settings
7
+
- Details of credentials needed to access repos
8
+
- Inputs to generate binary images that need to be tailored to specific architectures
9
+
10
+
The example shows simple usage of configFile Provider plugin and howto access it's contents.
0 commit comments