Short Fix

This commit is contained in:
Dominik Strzałko 2021-04-11 16:51:26 +02:00
parent f19a808613
commit 6939565f78

2
zad8/Jenkinsfile vendored
View File

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