sifu-gogs пре 2 година
родитељ
комит
5c7918ab13
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,7 @@ pipeline {
         stage('Test') {
             steps {
                 echo 'Testing..'
-                docker-compose config -q
+                sh 'docker-compose config -q'
             }
         }
         stage('Deploy') {