remove abort previous build

This commit is contained in:
tangfangzhi 2022-04-28 15:13:16 +08:00
parent b11b2b966c
commit e1cc6bb2df
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@ pipeline {
} }
steps { steps {
script { script {
abort_previous()
abortPreviousBuilds()
} }
timeout(time: 45, unit: 'MINUTES'){ timeout(time: 45, unit: 'MINUTES'){
pre_test() pre_test()