We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c696b commit 4c36230Copy full SHA for 4c36230
1 file changed
clean.sh
@@ -2,7 +2,7 @@
2
3
JENKINS_HOME=../docker/volumes/jenkins-home
4
5
-mvn clean install || { echo "Build failed"; exit 1; }
+mvn clean install -Djenkins.test.timeout=1000 || { echo "Build failed"; exit 1; }
6
7
echo "Installing plugin in $JENKINS_HOME"
8
rm -rf $JENKINS_HOME/plugins/warnings-ng*
0 commit comments