Commit d51eb477 authored by daidekun's avatar daidekun

f

parent 8e485473
...@@ -15,7 +15,7 @@ def call(body) { ...@@ -15,7 +15,7 @@ def call(body) {
try { try {
stage('Checkout') { stage('Checkout') {
contextDir = _utils.contextDir(workspace) contextDir = _utils.contextDir(workspace)
_stage.checkout(branchName, contextDir, gitRepo) _stage.checkout()
} }
stage('Build') { stage('Build') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment