
Story: 2010226 Task: 46011 Change-Id: I721f1509637b910c05e4151eeb7ad7e1cb8db119 Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
12 lines
195 B
Groovy
12 lines
195 B
Groovy
//
|
|
// Copyright (c) 2022 Wind River Systems, Inc.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
def call (final callback) {
|
|
if (currentBuild.result != 'ABORTED') {
|
|
callback()
|
|
}
|
|
}
|