correct syntax error
This commit is contained in:
parent
057c7747bc
commit
a36a7d68a7
|
@ -201,6 +201,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
timeout(time: 45, unit: 'MINUTES'){
|
timeout(time: 45, unit: 'MINUTES'){
|
||||||
pre_test()
|
pre_test()
|
||||||
|
script {
|
||||||
if (env.CHANGE_URL =~ /\/TDengine\//) {
|
if (env.CHANGE_URL =~ /\/TDengine\//) {
|
||||||
sh '''
|
sh '''
|
||||||
cd ${WK}/debug
|
cd ${WK}/debug
|
||||||
|
@ -226,6 +227,7 @@ pipeline {
|
||||||
echo "unmatched reposiotry ${CHANGE_URL}"
|
echo "unmatched reposiotry ${CHANGE_URL}"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
}
|
||||||
sh '''
|
sh '''
|
||||||
cd ${WKC}/tests
|
cd ${WKC}/tests
|
||||||
./test-all.sh b1fq
|
./test-all.sh b1fq
|
||||||
|
|
Loading…
Reference in New Issue