Jobcacher Azure Storage Extension

Introduction

This plugin is an extension of the jobcacher-plugin that allows you to store the caches in Azure Storage.

Getting started

You only need to configure the extension to use Azure Storage under System Configuration.

See jobcacher-plugin for usage in jobs and pipelines.

Configuration as Code

unclassified:
  globalItemStorage:
    storage:
      azure:
        containerName: "cache"
        credentialsId: "the-credentials-id"

Contributing

Refer to our contribution guidelines

LICENSE

Licensed under MIT, see LICENSE