Update Jenkinsfile
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -94,12 +94,6 @@ docker run --rm \\
|
||||
}
|
||||
}
|
||||
|
||||
// stage('Archive Artifacts') {
|
||||
// steps {
|
||||
// archiveArtifacts artifacts: 'html/**/*', fingerprint: true, allowEmptyArchive: true
|
||||
// }
|
||||
// }
|
||||
|
||||
stage('Upload to B2') {
|
||||
when {
|
||||
expression { return params.B2_BUCKET_NAME != "" }
|
||||
@@ -122,6 +116,7 @@ docker run --rm \\
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
success {
|
||||
|
||||
Reference in New Issue
Block a user