Skip to content

Commit ef192ac

Browse files
committed
fix: rename branch
1 parent fa085b7 commit ef192ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/services/dataCollectors/buildRequester/RequestBuildForRevisionWithFilesDataCollector.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RequestBuildForRevisionWithFilesDataCollector implements DataCollector {
2424

2525
@Override
2626
void collectData(Project project, MergeCommit mergeCommit) {
27-
def branchName = "mining-framework-analysis:${project.getName()}:${mergeCommit.getSHA()}:${fileName}"
27+
def branchName = "mining-framework-analysis_${project.getName()}_${mergeCommit.getSHA()}_${fileName}"
2828
LOG.debug("Attaching origin to project")
2929
attachOrigin(project)
3030
LOG.debug("Setting up credentials")

0 commit comments

Comments
 (0)