formation %!s(int64=2) %!d(string=hai) anos
pai
achega
7e54fdff0d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -46,7 +46,7 @@ node{
         sh 'ls -ls'
     }
    stage('Test') {
-    steps {
+    
         dir("${env.WORKSPACE}/angular-client") {
             def karma = docker.image('trion/ng-cli-karma')
             karma.pull()
@@ -73,7 +73,7 @@ node{
                 throw err
             }
         }
-    }
+    
 }