Update Jenkinsfile
Some checks failed
jenkins_organization/another-project/pipeline/head There was a failure building this commit

This commit is contained in:
jenkins 2024-08-24 07:59:51 +00:00
parent 8b24a6dccc
commit e8fd799f73

2
Jenkinsfile vendored
View File

@ -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') {