Skip to content

Commit c8ff0aa

Browse files
author
Vitaly Korolev
committed
fix repo value
1 parent 198173b commit c8ff0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gitCredID = 'marklogic-builder-github'
1111
operatorRegistry = 'ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com'
1212
JIRA_ID = ''
1313
JIRA_ID_PATTERN = /(?i)(MLE)-\d{3,6}/
14-
operatorRepo = 'ml-marklogic-operator-dev/marklogic-operator-kubernetes'
14+
operatorRepo = 'marklogic-operator-kubernetes'
1515

1616
// Define local funtions
1717
void preBuildCheck() {

0 commit comments

Comments
 (0)