diff --git a/Jenkinsfile b/Jenkinsfile index 3553f53..f0741d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { } stage('Retrieve artifacts') { steps { - copyArtifacts(projectName: 'main', selector: lastSuccessful()) // Zakładamy pobranie z ostatniego udanego builda + copyArtifacts(projectName: 'master', selector: lastSuccessful()) // Zakładamy pobranie z ostatniego udanego builda } } stage('Check user') {