pipeline { agent { docker { image 'vato.ddns.net:8083/swift-5.2.4' } } stages { stage('') { steps { sh 'swift build' } } } }