diff --git a/JenkinsfileDL b/JenkinsfileDL index f4d9af1..849acff 100644 --- a/JenkinsfileDL +++ b/JenkinsfileDL @@ -24,7 +24,8 @@ pipeline { stage('Trenuj model') { steps { script { - sh 'python3 train.py --epochs ${params.EPOCHS}' + // sh "python3 train.py --epochs $EPOCHS" + sh "python3 train.py" } } } @@ -34,4 +35,4 @@ pipeline { } } } -} +} \ No newline at end of file