add jenkinsfile

This commit is contained in:
Krzysztof Jurkiewicz 2019-04-26 10:52:22 +02:00
parent 18e6ef9fe8
commit 5c6b830da5

5
Jenkinsfile.txt Normal file
View File

@ -0,0 +1,5 @@
node {
echo 'Hello World'
}