Zaktualizuj 'JenkinsfileDatasetStats'

This commit is contained in:
Mateusz Kuc 2023-06-30 19:54:31 +02:00
parent 4ddf9c5396
commit a7fdea2191

View File

@ -20,7 +20,7 @@ pipeline{
stage('Prepare image and stats') {
agent{
dockerfile{
filename: 'lab4.dockerfile',
filename: 'Lab4.dockerfile',
reuseNode: true,
}
}