More testing

This commit is contained in:
Jim Nicholson 2024-02-01 01:42:36 -08:00
parent b10fe3a4eb
commit 8657ffb314

View File

@ -11,7 +11,7 @@ Map defaults = [
def call(Map config = [:]) {
assert config.artifacts : 'must specify artifacts!'
String runConfig = defaults + config
if ( fileExists(runConfig.buildTest)) {
if ( fileExists("${runConfig.buildTest}")) {
sh """
${runConfig.buildCmd}
"""