Skip to content

Commit

Permalink
fixes jenkins pipeline step name
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <[email protected]>
  • Loading branch information
andkononykhin committed Dec 5, 2018
1 parent 7f8efc1 commit 1a4a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.cd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def systemTests = { component ->
echo "{exc.getStackTrace()}"
} finally {
stage('Cleanup') {
wsCleanup()
cleanWs()

// TODO harden
try {
Expand Down

0 comments on commit 1a4a265

Please sign in to comment.