]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
Add missing bracket to jenkinsfile and remove agent definition 82/2082/1
authorMiro Richard Eklund <miro.eklund@semantum.fi>
Mon, 3 Sep 2018 07:45:18 +0000 (10:45 +0300)
committerMiro Richard Eklund <miro.eklund@semantum.fi>
Mon, 3 Sep 2018 07:45:18 +0000 (10:45 +0300)
gitlab #28

Change-Id: Ie24c97fc71588ae550d031b36913d6108f2cf358

releng/JenkinsFiles/Jenkinsfile-sysdyn-simupedia-om

index 29c5c18ef9904b9771986b646959b6d99f395fce..871f5d9eb3caa6b8ac8cba284786245794014a78 100644 (file)
@@ -1,6 +1,5 @@
 pipeline {
     node('master') {
-        agent none 
         stages  {
             stage ('Build and possible publish product to web') {
                 bash '''#!/bin/bash
@@ -61,6 +60,7 @@ pipeline {
                         rsync --stats --verbose --recursive --delete ${WORKSPACE}/*.zip ${PRODUCT_PUBLISH_DIR}
                     fi
                 '''
+            }
         }
     }
 }
\ No newline at end of file