Added new jenkinsfile and kuggle download script
This commit is contained in:
parent
beb9b7fce6
commit
694db93a4e
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -25,9 +25,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
// post {
|
||||
// always {
|
||||
// deleteDir()
|
||||
// }
|
||||
// }
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'output.txt', onlyIfSuccessful: true,
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user