CI: Use agent providing Docker

This commit is contained in:
David Prevot 2022-05-02 15:16:20 +02:00
parent cb2e4d52c5
commit 465dfcdc80
1 changed files with 1 additions and 1 deletions

View File

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