Actualizar Jenkins

This commit is contained in:
Deibis Moreno 2024-06-17 23:38:49 +00:00
parent 60716a5bc3
commit bbabe1f2af

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline{
}
stage ('Deploy'){
steps{
sh "kubectl get po"
sh "date"
}
}
}