Browse Source

test IC/CD

Francisco huezo 6 years ago
parent
commit
a1b400ef33
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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