checks files permissions

This commit is contained in:
s444417 2022-04-10 20:21:46 +02:00
parent a5d535ebe4
commit aabe41e828

1
Jenkinsfile vendored
View File

@ -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'
}