1
0
Fork 0

next test

This commit is contained in:
Wilfried Goesgens 2016-07-08 11:35:49 +02:00
parent 2cbef516eb
commit 2dbb793ffe
1 changed files with 2 additions and 6 deletions

View File

@ -4,12 +4,8 @@
node {
if (isUnix()) {
echo 'Hello Unix'
folder('build')
dir('build') {
// s ome block
sh 'cmake .. '
}
sh 'cmake . '
sh 'make'
}
else {
echo 'hello else'