Skip to content

Commit

Permalink
Add additional echo statement to check the path to the reference repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Weise committed Aug 19, 2016
1 parent 122dfef commit f9a2ac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Expand Up @@ -69,6 +69,9 @@ def checkoutMbeddr() {
} else {
reference = "${BASE}\\workspace\\mbeddr_Reference_Repo\\mbeddr.core\\"
}

echo "Reference-Path: ${reference}"

checkout([
$class: 'GitSCM',
branches: scm.branches,
Expand Down
3 changes: 3 additions & 0 deletions cbmc.groovy
Expand Up @@ -80,6 +80,9 @@ def checkoutMbeddr() {
} else {
reference = "${BASE}\\workspace\\mbeddr_Reference_Repo\\mbeddr.core\\"
}

echo "Reference-Path: ${reference}"

checkout([
$class: 'GitSCM',
branches: scm.branches,
Expand Down

0 comments on commit f9a2ac9

Please sign in to comment.