blob: 47bf70202c8a245909c23d31ef48f2edb0b5ea89 [file] [log] [blame]
// Default parameters
targetDir = "./"
port = "29418"
// Usage example
node {
gitSSHCheckout {
credentialsId = "mcp-ci-gerrit"
branch = "mcp-0.1"
host = "ci.mcp-ci.local"
project = "projectcalico/calico-containers"
}
}
// or
node {
gitSSHCheckout {
credentialsId = "mcp-ci-gerrit"
branch = "mcp-0.1"
host = "ci.mcp-ci.local"
project = "projectcalico/calico-containers"
targetDir = "some_directory"
}
}