fix artifacts
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
59b7d21327
commit
78e42d0b3b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -31,7 +31,7 @@ pipeline {
|
||||
// sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
|
||||
// sh 'ls -la'
|
||||
// sh './startscript1.sh'
|
||||
archiveArtifacts 'Participants_Data_HPP'
|
||||
archiveArtifacts 'Participants_Data_HPP/**/*.*'
|
||||
}
|
||||
}
|
||||
stage ('Starting train job') {
|
||||
|
@ -5,7 +5,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
copyArtifacts filter: 'Participants_Data_HPP' projectName: 's444417-create-dataset'
|
||||
copyArtifacts filter: 'Participants_Data_HPP/**/*.*' projectName: 's444417-create-dataset'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user