1
0
Fork 0

next test

This commit is contained in:
Wilfried Goesgens 2016-07-08 11:24:56 +02:00
parent ed42b4b44f
commit 2070c6d4f9
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
node {
if (isUnix()) {
echo 'Hello Unix'
mkdir('build')
dir('build') {
// s ome block
sh 'cmake .. '