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 {
agent {
docker { image 'ubuntu:latest' }
dockerfile true
}
stages {
stage('Test') {