diff --git a/JenkinsfileEvaluate b/JenkinsfileEvaluate index 15d3f3e..e5495b1 100644 --- a/JenkinsfileEvaluate +++ b/JenkinsfileEvaluate @@ -10,7 +10,7 @@ pipeline { buildSelector(name: 'BUILD_NUMBER', description: 'Wybierz numer buildu', defaultSelector: lastSuccessful()) } stages { - stage('Preparation') { + stage('Przygotowanie') { steps { sh 'pip install pandas tensorflow scikit-learn matplotlib' } @@ -25,7 +25,7 @@ pipeline { stage('Pobierz model') { steps { script { - copyArtifacts(projectName: 's487187-training/master', selector: specific("${params.BUILD_NUMBER}"), fingerprintArtifacts: true) + copyArtifacts(projectName: 's487187-training/%2500', selector: specific("${params.BUILD_NUMBER}"), fingerprintArtifacts: true) } } }