This is an automated email from the ASF dual-hosted git repository. jtulach pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git
The following commit(s) were added to refs/heads/master by this push: new 1c09995 Skip tests when building Javadoc & co. 1c09995 is described below commit 1c09995128a9eef669e8de0addcde1c72023b68c Author: Jaroslav Tulach <jaroslav.tul...@apidesign.org> AuthorDate: Mon Dec 21 06:42:55 2020 +0100 Skip tests when building Javadoc & co. --- Jenkinsfile.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 99eb8fb..c04a69a 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -17,5 +17,4 @@ * under the License. */ -asfStandardBuild jdk:"jdk_11_latest",xvfb:true,cmdline:"clean install" -asfStandardBuild jdk:"jdk_11_latest",xvfb:true,cmdline:"javadoc:aggregate site:jar" +asfStandardBuild jdk:"jdk_11_latest",xvfb:true,cmdline:"clean install -DskipTests javadoc:aggregate site:jar" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists