Fix typo in Jenkinsfile 98/9698/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 11 Sep 2020 12:43:15 +0000 (12:43 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 11 Sep 2020 12:43:26 +0000 (12:43 +0000)
Change-Id: I53cfca5d2beb751e10284eec1e906be5eba38f69
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile

index 789b3c7..728395e 100644 (file)
@@ -43,7 +43,7 @@ node('docker') {
                                params.GERRIT_REFSPEC,
                                params.GERRIT_PATCHSET_REVISION,
                                // params.TEST_INSTALL,
-                               false
+                               false,
                                params.ARTIFACTORY_SERVER)
     }
     stage('NEW PIPELINE') {