Jenkinsfile - v.7 (docker)

This commit is contained in:
s416122 2020-04-03 14:20:23 +02:00
parent 1436dd3999
commit 7cbc57a44e

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent any
agent { dockerfile true }
stages {
stage('checkout: Check out from version control') {