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 +}