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