Ejemplo n.º 1
0
def test1(input_artifacts, output_artifact):
    run("echo test")
Ejemplo n.º 2
0
def test2(input_artifacts, output_artifact, param=''):
    run("echo test2 param=" + param )
    other_function()
def test2(param=''):
    run("echo test2 param=" + param)
    other_function()
def test3():
    run("echo test3")
def test1():
    run("echo test")
Ejemplo n.º 6
0
def test2(input_artifacts, output_artifact, param=''):
    run("echo test2 param=" + param)
    other_function()
Ejemplo n.º 7
0
def test1(input_artifacts, output_artifact):
    run("echo test")