artifact
This commit is contained in:
parent
022fbdfbb5
commit
2262ca54ca
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,7 +27,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "chmod u+x ./startscript1.sh"
|
sh "chmod u+x ./startscript1.sh"
|
||||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${env.KAGGLE_KEY} CUTOFF=${CUTOFF} ./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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user