Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 20:14:21 +02:00
parent 85fc571655
commit 65a72d5519

View File

@ -1,8 +1,7 @@
pipeline {
agent {
agent any
}
agent any
stages {
stage('Build Image') {
steps {