ansible/files/osbs/worker_customize.json
Clement Verna c07049af0f osbs: try to disable the import_image plugin in the worker customization
Signed-off-by: Clement Verna <cverna@tutanota.com>
2022-01-19 09:19:54 +01:00

13 lines
285 B
JSON

{
"disable_plugins": [
{
"plugin_type": "prebuild_plugins",
"plugin_name": "fetch_maven_artifacts"
},
{
"plugin_type": "exit_plugins",
"plugin_name": "import_image"
}
],
"enable_plugins": []
}