CI: Use agent providing Docker

This commit is contained in:
David Prevot 2022-05-02 15:16:20 +02:00
parent cb2e4d52c5
commit 465dfcdc80

View file

@ -1,5 +1,5 @@
pipeline { pipeline {
agent any agent { label 'docker' }
stages { stages {
stage('Build gbp') { stage('Build gbp') {