Skip to content

Commit

Permalink
sudo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Smthng0 committed Jun 2, 2020
1 parent ba01bd6 commit 12a0023
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 @@ -59,7 +59,7 @@ pipeline {
steps {
sh 'docker system prune -f'
sh 'docker rmi ' + imageName
sh 'ssh -C ' + remoteAddress + ' "docker system prune -f"'
sh 'ssh -C ' + remoteAddress + ' "sudo docker system prune -f"'
}
}
}
Expand Down

0 comments on commit 12a0023

Please sign in to comment.