Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
e4d8a5712c
commit
011ab01b50
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,6 +32,8 @@ stage('Build') {
|
|||||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||||
sh 'chmod u+x ./create_dataset.sh'
|
sh 'chmod u+x ./create_dataset.sh'
|
||||||
sh './create_dataset.sh'
|
sh './create_dataset.sh'
|
||||||
|
archiveArtifacts artifacts: 'Sales.csv'
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user