From 54bcf6c8485bc060517af775391150f05de2a34b Mon Sep 17 00:00:00 2001 From: Izzat Danial <76105881+izztdnial13@users.noreply.github.com> Date: Fri, 31 May 2024 22:28:38 +0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 35b079b..c9a6764 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,9 +7,9 @@ pipeline { stage('Build') { steps { sh ''' - apt update - apt upgrade -y - apt-get install python3 -y + sudo apt update + sudo apt upgrade -y + sudo apt-get install python3 -y ''' } } @@ -28,4 +28,4 @@ pipeline { } } } -} \ No newline at end of file +}