We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbe1d5 commit cd8b421Copy full SHA for cd8b421
go.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
JENKINS_HOME=../docker/volumes/jenkins-home
6
7
mvn clean install || { echo "Build failed"; exit 1; }
0 commit comments