Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This repository is obsolete.
Development of Jobbr has been moved to the jobbr mono-repo.

Jobbr RavenFS Artefact Storage Provider Develop build status

This is an artefact storage provider implementation for the Jobbr .NET JobServer to store artefacts related from job runs in RavenFS. The Jobbr main repository can be found on JobbrIO/jobbr-server.

Master build status NuGet-Stable
Develop build status NuGet Pre-Release

Installation

First of all you'll need a working jobserver by using the usual builder as shown in the demos (jobbrIO/demo). In addition to that you'll need to install the NuGet Package for this extension.

NuGet

Install-Package Jobbr.ArtefactStorage.RavenFS

Configuration

Configure RavenFS using the extension method on the JobbrBuilder instance.

using Jobbr.ArtefactStorage.RavenFS;

/* ... */

var builder = new JobbrBuilder();

jobbrBuilder.AddRavenFsArtefactStorage(config =>
{
    config.Url = "http://localhost:8080";
    config.FileSystem = "Jobbr";
});

server.Start();

License

This software is licenced under GPLv3. See LICENSE, and the related licences of 3rd party libraries below.

Acknowledgements

This extension is built using the following great open source projects

Credits

This application was built by the following awesome developers:

About

RavenFS Artefact StorageProvider

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages