Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Nov 22, 2022
1 parent 212b1b7 commit 7af104f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def runUnitTests(platform){
}

shell "zip ./VMMaker-Image.zip ./image/VMMaker.*"
archiveArtifacts artifacts: './VMMaker-Image.zip'
archiveArtifacts artifacts: 'VMMaker-Image.zip'

// Stop if tests fail
// Archive xml reports either case
Expand Down

0 comments on commit 7af104f

Please sign in to comment.