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

+ 1 - 0
Jenkinsfile

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