Francisco huezo 6 anni fa
parent
commit
a1b400ef33
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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