feat: mega update
Some checks failed
web/sabnzbd/pipeline/head There was a failure building this commit

This commit is contained in:
Julien Cabillot
2023-02-24 16:55:18 -05:00
parent fadad98661
commit 5ede3e3bf0
2 changed files with 11 additions and 8 deletions

1
Jenkinsfile vendored
View File

@@ -3,6 +3,7 @@ pipeline {
registry = 'https://registry.hub.docker.com'
registryCredential = 'dockerhub_jcabillot'
dockerImage = 'jcabillot/sabnzbd'
DOCKER_BUILDKIT = '1'
}
agent any