This commit is contained in:
Ramón Vásquez 2025-10-29 13:19:40 -03:00
parent 20a95ff5e0
commit 1ae8431252

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline {
stage('Install Python') {
steps {
echo 'Installing Python...'
sh 'sudo apt-get update && sudo apt-get install -y python3 python3-pip'
sh 'apt-get update && apt-get install -y python3 python3-pip'
}
}