update jenkinsfile

This commit is contained in:
s452111 2020-04-21 19:19:04 +02:00
parent 4a0d2a9895
commit 84b9b9dbf9

2
Jenkinsfile vendored
View File

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