1
0
Fork 0

next test

This commit is contained in:
Wilfried Goesgens 2016-07-08 11:26:32 +02:00
parent 2070c6d4f9
commit 2cbef516eb
1 changed files with 1 additions and 1 deletions

View File

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