no message

This commit is contained in:
Maciej Czajka 2022-04-01 13:15:48 +02:00
parent 44da1bc6d0
commit fc0e15a1c7

View File

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