fix jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-01 13:17:21 +02:00
parent fc0e15a1c7
commit 52f3cd4bd5

View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
docker { image 'ubuntu:latest' } dockerfile true
} }
stages { stages {
stage('Test') { stage('Test') {