aexiaoliou %!s(int64=2) %!d(string=hai) anos
pai
achega
c4f9292ab8
Modificáronse 1 ficheiros con 1 adicións e 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'
             }