diff --git a/JenkinsfileDatasetStats b/JenkinsfileDatasetStats index 151f29a..5f4589d 100644 --- a/JenkinsfileDatasetStats +++ b/JenkinsfileDatasetStats @@ -20,7 +20,7 @@ pipeline{ stage('Prepare image and stats') { agent{ dockerfile{ - filename: 'lab4.dockerfile', + filename: 'Lab4.dockerfile', reuseNode: true, } }