aexiaoliou 2 lat temu
rodzic
commit
c4f9292ab8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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