diff --git a/Jenkinsfile b/Jenkinsfile index 4380b50..726a2b7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Retrieve artifacts') { steps { - copyArtifacts(projectName: 'some-project', selector: lastSuccessful()) // Zakładamy pobranie z ostatniego udanego builda + copyArtifacts(projectName: 'jenkins_organization/job/some-project', selector: lastSuccessful()) // Zakładamy pobranie z ostatniego udanego builda } } stage('Check user') {