You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2021/04/01 10:25:18 UTC

[GitHub] [cassandra-builds] michaelsembwever commented on a change in pull request #39: In Jenkins devbranch pipeline, summarise the SHAs (when consistent) rather than printing them all out

michaelsembwever commented on a change in pull request #39:
URL: https://github.com/apache/cassandra-builds/pull/39#discussion_r605546236



##########
File path: jenkins-dsl/print-shas.sh
##########
@@ -0,0 +1,13 @@
+#!/bin/bash
+#
+# Print the SHAs used in all the stage jobs.
+# If they all match then print just them, else print every job's used SHA
+#
+
+if [ $(grep ") cassandra" head.txt | sort -k4 | uniq -f3 | sed -n '$=') -eq 3 ]; then

Review comment:
       fixed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org