Zaktualizuj 'Jenkinsfile-stats'
This commit is contained in:
parent
3add8254da
commit
194231eb12
@ -20,13 +20,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Shell Script') {
|
stage('Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
|
||||||
sh "chmod +x -R ${env.WORKSPACE}"
|
sh "chmod +x -R ${env.WORKSPACE}"
|
||||||
sh './skrypt-simplestats.sh'
|
sh './skrypt-simplestats.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stage('Arichve') {
|
stage('Arichve') {
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts artifacts: 'understat.csv', followSymlinks: false
|
archiveArtifacts artifacts: 'understat.csv', followSymlinks: false
|
||||||
|
Loading…
Reference in New Issue
Block a user