Config Jenkinsfile

Prueba de Webhook
This commit is contained in:
Deibis Moreno 2024-06-18 00:13:39 +00:00
parent bbabe1f2af
commit 6ee216e46f

2
Jenkinsfile vendored
View File

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