Update 'Jenkinsfile'
This commit is contained in:
parent
62624bc843
commit
0d37b65c2f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -30,7 +30,7 @@ pipeline {
|
|||||||
echo 'Checked out'
|
echo 'Checked out'
|
||||||
echo 'Launching data processing script...'
|
echo 'Launching data processing script...'
|
||||||
sh 'chmod u+x ./skrypt.sh'
|
sh 'chmod u+x ./skrypt.sh'
|
||||||
sh 'whoami'
|
sh 'cat ~/.kaggle/kaggle.json'
|
||||||
sh './skrypt.sh $CUTOFF'
|
sh './skrypt.sh $CUTOFF'
|
||||||
echo 'Data processed'
|
echo 'Data processed'
|
||||||
echo 'Archiving results...'
|
echo 'Archiving results...'
|
||||||
|
Loading…
Reference in New Issue
Block a user