diff options
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 4fe9f3c..703d8ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ bc.build_cmds = ["echo hello"] //bc.test_cmds = [ // 'echo [{"test2":"alive2"}] > test2.json', //] +bc.test_server_id = 'artifactory' bc.test_artifacts = [dc] matrix = [bc] utils.run(matrix) |