Update 'Jenkinsfile1'

This commit is contained in:
Kacper Dudzic 2022-04-02 18:12:39 +02:00
parent 33c929e832
commit 7a26f4a8aa

View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
dockerfile { image 's449288/ium:2.0' } docker { image 's449288/ium:2.0' }
} }
stages { stages {
stage('Stage 1') { stage('Stage 1') {