Edit script filename and Jenkinsfile

This commit is contained in:
s487179 2023-04-13 23:02:07 +02:00
parent 5740821c5f
commit 3f9666d688
2 changed files with 5 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -28,8 +28,8 @@ pipeline {
steps {
checkout scm
sh 'ls -l'
sh 'chmod +x ./datasetscript.sh'
sh './datasetscript.sh'
sh 'chmod +x ./datasetScript.sh'
sh './datasetScript.sh'
}
}
}

3
datasetScript.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'kaggle datasets list'