ci/steps.groovy
branchstx-8.0.0
changeset 231 9ba1d7cc7c61
parent 223 575d0458b5c0
child 235 52aceb57d976
--- a/ci/steps.groovy	Fri May 11 12:10:26 2018 +0100
+++ b/ci/steps.groovy	Sat May 12 05:58:09 2018 +0100
@@ -116,8 +116,10 @@
      * a need to build it itself
      */
     artifacts();
-    input(message: 'Publish artifacts?')
-    publish("8.0.0-rc")
+    println "Smalltalk/X built, job status is: ${currentBuild.result}"
+    if ( currentBuild.result == 'SUCCESS' ) {
+        publish("8.0.0-rc")
+    }
 }
 
 /*