Francisco huezo 6 år sedan
förälder
incheckning
a1b400ef33
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -4,7 +4,6 @@ pipeline {
         stage('build') {
             steps {
                 sh 'python3 --version'
-				sh 'echo esto es una prueba'
             }
         }
     }