From cf6611d8cade62d0dc9f93b72d4fbfa84a07461a Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 24 Aug 2024 08:14:34 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {