Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''
}
}
Expand All @@ -28,4 +28,4 @@ pipeline {
}
}
}
}
}