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 { stages {
stage('Retrieve artifacts') { stage('Retrieve artifacts') {
steps { 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') { stage('Check user') {