Jnkns just loading data
This commit is contained in:
parent
1527bdb1ad
commit
05601b6149
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user