jenkins/sdk: removed disabling concurrent build

BugzID: 74051
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-08-02 10:39:11 +02:00
parent 2849ade985
commit e7d3a5a4e7
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ pipeline {
artifactDaysToKeepStr: '5'
)
)
disableConcurrentBuilds()
}
stages {