Zaktualizuj 'Jenkinsfile-stats'
This commit is contained in:
parent
194231eb12
commit
b23ca14e36
@ -16,8 +16,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Copy Artifacts') {
|
stage('Copy Artifacts') {
|
||||||
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's478839-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's478839-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Shell Script') {
|
stage('Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
sh "chmod +x -R ${env.WORKSPACE}"
|
sh "chmod +x -R ${env.WORKSPACE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user