MSPF-46: Test - to be removed!

This commit is contained in:
Anton Belyaev 2016-07-01 00:05:06 +03:00
parent b03ded9d3f
commit f0d516c7a4

6
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,6 @@
#!groovy
node('docker-host') {
stage 'Dummy'
echo 'That is basically all'
}