Merge remote-tracking branch 'origin/3.0' into feature/dnode3
This commit is contained in:
commit
e0e4c504f4
|
@ -105,15 +105,17 @@ pipeline {
|
||||||
abort_previous()
|
abort_previous()
|
||||||
abortPreviousBuilds()
|
abortPreviousBuilds()
|
||||||
}
|
}
|
||||||
pre_test()
|
timeout(time: 45, unit: 'MINUTES'){
|
||||||
sh'''
|
pre_test()
|
||||||
cd ${WKC}/tests
|
sh'''
|
||||||
./test-all.sh b1fq
|
cd ${WKC}/tests
|
||||||
'''
|
./test-all.sh b1fq
|
||||||
sh'''
|
'''
|
||||||
cd ${WKC}/debug
|
sh'''
|
||||||
ctest
|
cd ${WKC}/debug
|
||||||
'''
|
ctest
|
||||||
|
'''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue