Zaktualizuj 'Jenkinsfile-stats'

This commit is contained in:
Sebastian Wałęsa 2022-04-03 15:06:19 +02:00
parent 76c1623df3
commit ecfab547ac

View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
docker { image 'sebastianwalesa/ium:1.0' }
}
stages {
stage('First step') {
steps {