Edit script filename and Jenkinsfile
This commit is contained in:
parent
5740821c5f
commit
3f9666d688
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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
3
datasetScript.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh 'kaggle datasets list'
|
Loading…
Reference in New Issue
Block a user