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