Change Jenkinsfile agent - dockerfile

This commit is contained in:
Zofia Galla 2021-04-11 12:52:13 +02:00
parent f913e8281a
commit 17fbe86a81

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent any
agent { dockerfile true }
stages {