copy artifact

This commit is contained in:
s444417 2022-03-24 22:01:17 +01:00
parent 37f48d2e97
commit 26854686e3

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
}
environment {
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
KAGGLE_KEY="$params.KAGGLE_KEY"
KAGGLE_KEY="$params.KEY"
CUTOFF="$params.CUTOFF"
}
stages {