Usuń 'README.md'

This commit is contained in:
Agata Kapelarz 2020-04-03 14:48:35 +00:00
parent 36e8121b04
commit 037d93c746

View File

@ -1,10 +0,0 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
}