Skip to content

Commit 2208d51

Browse files
committed
common.groovy: remove commented-out reference_clone line
Reference clones are being removed from 2.5.0 entirely, so this dead, already-commented-out option in provide_clone() no longer applies. Jira: CMK-33523 Change-Id: I625cb3ad0522998144366ce9953e614ddb16863f
1 parent c35e2a3 commit 2208d51

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

buildscripts/scripts/utils/common.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ provide_clone = { repo_name, credentials_id ->
5858
branches: [new hudson.plugins.git.BranchSpec("FETCH_HEAD")],
5959
extensions: [
6060
[$class: 'CloneOption',
61-
// reference: "${reference_clone}",
6261
timeout: 20,
6362
]],
6463
]);

0 commit comments

Comments
 (0)