Jenkinsfile statystyki
This commit is contained in:
parent
774894f3c5
commit
a84335dc53
@ -14,7 +14,8 @@ pipeline {
|
|||||||
stage('CopyArtifacts') {
|
stage('CopyArtifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's478815-creat-datasets', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's478815-creat-datasets', selector: buildParameter('BUILD_SELECTOR')
|
||||||
|
sh "chmod +x -R ${env.WORKSPACE}"
|
||||||
|
sh './skrypt_stats.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
|
Loading…
Reference in New Issue
Block a user