From 70615609183f9253723037415d737db9caca30c0 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sat, 3 Apr 2021 18:39:08 +0200 Subject: [PATCH] Add python boto lib installation --- Jenkinsfile-v1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile-v1 b/Jenkinsfile-v1 index 490368f..64a3407 100644 --- a/Jenkinsfile-v1 +++ b/Jenkinsfile-v1 @@ -35,6 +35,7 @@ pipeline { remote.user = user sshCommand remote: remote, command: "ls -l" + sshCommand remote: remote, command: "pip3 install boto3 botocore" sshCommand remote: remote, command: "ansible-playbook docker-and-compose.yaml" } }