mirror of https://gitee.com/bigwinds/arangodb
next test
This commit is contained in:
parent
2cbef516eb
commit
2dbb793ffe
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue