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 09:03:57 +00:00
parent 5d7ed82557
commit 205fdde517

2
Jenkinsfile vendored
View File

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