More testing
This commit is contained in:
parent
b10fe3a4eb
commit
8657ffb314
@ -11,7 +11,7 @@ Map defaults = [
|
|||||||
def call(Map config = [:]) {
|
def call(Map config = [:]) {
|
||||||
assert config.artifacts : 'must specify artifacts!'
|
assert config.artifacts : 'must specify artifacts!'
|
||||||
String runConfig = defaults + config
|
String runConfig = defaults + config
|
||||||
if ( fileExists(runConfig.buildTest)) {
|
if ( fileExists("${runConfig.buildTest}")) {
|
||||||
sh """
|
sh """
|
||||||
${runConfig.buildCmd}
|
${runConfig.buildCmd}
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user