aexiaoliou hace 2 años
padre
commit
c4f9292ab8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -1,7 +1,7 @@
 pipeline {
     agent { dockerfile true }
     stages {
-        stage {
+        stage('test') {
             steps {
                 sh 'composer --version'
             }