Jnkns just loading data

This commit is contained in:
MatOgr 2022-04-03 21:32:02 +02:00
parent 1527bdb1ad
commit 05601b6149

View File

@ -32,8 +32,9 @@ node {
def dataImage = docker.build('s478841-image', "--build-arg KAGGLE_USERNAME=${params.KAGGLE_USERNAME} --build-arg KAGGLE_KEY=${params.KAGGLE_KEY} .")
dataImage.inside('-v $WORKSPACE:/output -u root') {
sh 'chmod u+x ./scripts/data_stats.sh'
sh './scripts/data_stats.sh'
// sh 'chmod u+x ./scripts/data_stats.sh'
// sh './scripts/data_stats.sh'
sh 'echo Data loaded'
}
stage('Archive arifacts') {