adoroszlai commented on a change in pull request #769: HDDS-3344. Remove 
hardcoded ozone version in Jenkins file
URL: https://github.com/apache/hadoop-ozone/pull/769#discussion_r403345975
 
 

 ##########
 File path: hadoop-ozone/Jenkinsfile
 ##########
 @@ -48,7 +48,7 @@ node("ubuntu") {
         }, 'checkstyleResult')
 
         stageRunner('Acceptance', "acceptance", {
-             archiveArtifacts 
'hadoop-ozone/dist/target/ozone-0.4.0-SNAPSHOT/smoketest/result/**'
+             archiveArtifacts 
'hadoop-ozone/dist/target/ozone-*/smoketest/result/**'
 
 Review comment:
   ```suggestion
                archiveArtifacts 
'hadoop-ozone/dist/target/ozone-*/compose/result/**'
   ```
   
   `acceptance.sh` no longer stores results in `smoketest/result`.  You can 
confirm this by running the script (though first you may want to tweak 
`hadoop-ozone/dist/src/main/compose/test-all.sh` to only run a single specific 
test, eg. `ozone-topology`).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to