diff --git a/Jenkinsfile b/Jenkinsfile index e9c39fc..ac3e7c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline{ stages{ stage ('Build'){ steps{ - echo "Etapa BUILD no disponible" + echo "Etapa BUILDs no disponible" } } stage ('Test'){