This commit is contained in:
s444417 2022-03-28 11:11:10 +02:00
parent 022fbdfbb5
commit 2262ca54ca

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
steps {
sh "chmod u+x ./startscript1.sh"
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${env.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
archiveArtifacts artifacts: 'data.txt'
archiveArtifacts artifacts: 'data.txt, dataTest.txt'
}
}
}