From d008cad2c1a2fd6e463405bf474b1517c8dc3eef Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 14:17:31 +0200 Subject: [PATCH] error 128 debugging, potential fix --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0b042a..e384fbe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -86,7 +86,6 @@ pipeline { } sh """ sudo apt update - sudo apt install software-properties-common -y sudo add-apt-repository ppa:deadsnakes/ppa -y sudo apt update sudo apt install python3.8 -y