jenkins permissions test

This commit is contained in:
s444417 2022-04-10 20:17:36 +02:00
parent 46d1fc14a8
commit af4503ca21

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
stage("Shell Scripts") {
steps {
// sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
// sh 'python3 ./src/task1python.py'
sh './startscript1.sh'
archiveArtifacts 'data.txt'
}
}