init jenkinsfile

This commit is contained in:
Kuba Kowalczyk 2019-04-26 10:20:17 +02:00
commit 25bc3f7192

3
Jenkinsfile vendored Normal file
View File

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