浏览代码

test IC/CD

Francisco huezo 6 年之前
父节点
当前提交
a1b400ef33
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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