change
This commit is contained in:
parent
1f08d25d63
commit
fd0a3a9603
|
@ -215,6 +215,11 @@ pipeline {
|
||||||
cd ${WKC}/tests
|
cd ${WKC}/tests
|
||||||
./test-all.sh b3fq
|
./test-all.sh b3fq
|
||||||
date'''
|
date'''
|
||||||
|
sh '''
|
||||||
|
date
|
||||||
|
cd ${WKC}/tests
|
||||||
|
./test-all.sh full example
|
||||||
|
date'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -272,12 +277,7 @@ pipeline {
|
||||||
date
|
date
|
||||||
cd ${WKC}/tests
|
cd ${WKC}/tests
|
||||||
./test-all.sh b7fq
|
./test-all.sh b7fq
|
||||||
date'''
|
date'''
|
||||||
sh '''
|
|
||||||
date
|
|
||||||
cd ${WKC}/tests
|
|
||||||
./test-all.sh full example
|
|
||||||
date'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue