Skip to content

Commit

Permalink
Archive memory dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Mar 31, 2024
1 parent 3e64f6e commit f0d930b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $SSH_DEPLOY_CONTAINER_VOLUMES
void archive() {
this.script.junit "**/target/*-reports/*.xml"
this.script.fingerprint "$RUNTIME_DIR/org.eclipse.rcptt.updates.runtime*/q7/**/*.*"
this.script.archiveArtifacts allowEmptyArchive: true, artifacts: "repository/**/target/repository/**/*, $PRODUCTS_DIR/*, $RUNNER_DIR/*.zip, maven-plugin/rcptt-maven-*/target/rcptt-maven-*.jar, $DOC_DIR/target/doc/**/*, **/target/**/*.log"
this.script.archiveArtifacts allowEmptyArchive: true, artifacts: "**/*.hrpof, repository/**/target/repository/**/*, $PRODUCTS_DIR/*, $RUNNER_DIR/*.zip, maven-plugin/rcptt-maven-*/target/rcptt-maven-*.jar, $DOC_DIR/target/doc/**/*, **/target/**/*.log"
}

private void sh_with_return(String command) {
Expand Down

0 comments on commit f0d930b

Please sign in to comment.