remove sh script

This commit is contained in:
s444417 2022-04-06 19:01:56 +02:00
parent 6fe157ad5d
commit b2b3ec453b

1
Jenkinsfile vendored
View File

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