コード例 #1
0
def test1(input_artifacts, output_artifact):
    run("echo test")
コード例 #2
0
def test2(input_artifacts, output_artifact, param=''):
    run("echo test2 param=" + param )
    other_function()
コード例 #3
0
def test2(param=''):
    run("echo test2 param=" + param)
    other_function()
コード例 #4
0
def test3():
    run("echo test3")
コード例 #5
0
def test1():
    run("echo test")
コード例 #6
0
def test2(input_artifacts, output_artifact, param=''):
    run("echo test2 param=" + param)
    other_function()
コード例 #7
0
def test1(input_artifacts, output_artifact):
    run("echo test")