jenkins permissions test
This commit is contained in:
parent
46d1fc14a8
commit
af4503ca21
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user