Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: epam/cloud-pipeline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b4ccdfff3ae18936867cd7b102ac099b93e8d252
Choose a base ref
..
head repository: epam/cloud-pipeline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 308e4314cc05afe258b9abac8517e158b9912f53
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 core/src/main/java/com/epam/pipeline/entity/pipeline/run/RunSyncDataConfigEntry.java
Original file line number Diff line number Diff line change
@@ -23,7 +23,8 @@ public class RunSyncDataConfigEntry {
// Storage path where folder for the particular run will be located.
// Each run folder will have its own name equal to run id.
private final String runFolderPathPrefix;
// Path where data for this config entry will be located.
// (Optional) Path where data for this config entry will be located.
// This path is relative to run folder.
// If not present, data should be located in the run folder itself.
private final String dataPathPrefix;
}