Update Jenkinsfile

This commit is contained in:
jenkins 2024-08-24 08:01:52 +00:00
parent e8fd799f73
commit 512b471138

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Retrieve artifacts') {
steps {
copyArtifacts(projectName: 'jenkins_organization/job/some-project', selector: lastSuccessful()) // Zakładamy pobranie z ostatniego udanego builda
copyArtifacts(projectName: 'some-project', selector: lastSuccessful()) // Zakładamy pobranie z ostatniego udanego builda
}
}
stage('Check user') {