You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/02/18 15:25:44 UTC

[couchdb-infra-cm] branch main updated: Add a few more examples how to upgrade and restart jenkins workers

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git


The following commit(s) were added to refs/heads/main by this push:
     new cf17153  Add a few more examples how to upgrade and restart jenkins workers
cf17153 is described below

commit cf17153619091285e31784a409e3d08bc7742163
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri Feb 18 10:25:20 2022 -0500

    Add a few more examples how to upgrade and restart jenkins workers
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1702311..1a2f11f 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,10 @@ Running Ansible Playbooks
 Running Ad Hoc Commands
 ---
 
-    $ ansible -i production ci_agents -a "sudo sv restart jenkins"
+    % ansible -i production ci_agents -a "sudo sv restart jenkins"
+    % ansible -v -i production ci_agents -a "sudo apt list --upgradable"
+    % ansible -v -i production ci_agents -a "sudo unattended-upgrade -v"
+
 
 Useful Commands:
 ---