Skip to content

Commit

Permalink
Brink back cleanup on aix (adoptium#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoliver authored and karianna committed Sep 25, 2018
1 parent 4458769 commit 74da2e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipelines/build/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,9 @@ try {
sh "./build-farm/make-adopt-build-farm.sh"
archiveArtifacts artifacts: "workspace/target/*"
} finally {
/*
if (config.os == "aix") {
cleanWs notFailBuild: true
}*/
}
}
}
} else {
Expand Down

0 comments on commit 74da2e5

Please sign in to comment.