checks files permissions
This commit is contained in:
parent
a5d535ebe4
commit
aabe41e828
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -26,6 +26,7 @@ pipeline {
|
||||
stage("Shell Scripts") {
|
||||
steps {
|
||||
// sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
|
||||
sh 'ls -la'
|
||||
sh './startscript1.sh'
|
||||
archiveArtifacts 'data.txt'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user