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 08:21:43 +00:00
parent 39fa21aea0
commit 9d347462f3

2
Jenkinsfile vendored
View File

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