jenkinsfile 2

This commit is contained in:
Adrianna Zaleska 2020-04-19 20:43:50 +02:00
parent e0ce14b2a3
commit 9f3f262751

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent { dockerfile true }
agent { any }
stages {
stage('Stage 1') {
steps {