mirror of https://gitee.com/bigwinds/arangodb
next test
This commit is contained in:
parent
2070c6d4f9
commit
2cbef516eb
|
@ -4,7 +4,7 @@
|
||||||
node {
|
node {
|
||||||
if (isUnix()) {
|
if (isUnix()) {
|
||||||
echo 'Hello Unix'
|
echo 'Hello Unix'
|
||||||
mkdir('build')
|
folder('build')
|
||||||
dir('build') {
|
dir('build') {
|
||||||
// s ome block
|
// s ome block
|
||||||
sh 'cmake .. '
|
sh 'cmake .. '
|
||||||
|
|
Loading…
Reference in New Issue