-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build checking #57
Comments
https://jenkins.webtide.net/blue/organizations/jenkins/website%2Fjetty.website/activity/ This build should run whenever there is a commit under documentation/jetty and should report failures, @joakime fired this build manually. |
See this build (kicked off manually) to see the error. @olamy I made the following change to (hopefully) address the issue ... |
arghh true I forgot to add some triggers based on jetty10/11/12 branches push. |
There's something wrong with the local maven build then too because I built the doco according to the README several times and didn't see an error. |
Did you build after Joakim fix? jetty.website/antora-playbook.yml Line 32 in 8975f7f
|
@olamy dunno, didn't know there was something manual required, I just used the readme and my branch. |
no worries. nothing was really defined there. I will add some auto triggering, and we will get informed, and people will get really blamed with automatic bank transfer to the "build failure jar"! |
…bsite#57) (#12017) * trigger website build after successful built Signed-off-by: Olivier Lamy <[email protected]>
We ran across the following error trying to deploy the website for the latest releases. If you look at the source file it is clearly an issue with a commit last week from @janbartel which was not caught by anything from Jenkins, or if it was it was not well reported to get fixed?
@olamy I thought you had setup a build to catch these things?
15:43:24 [INFO] [INFO] ------------------------------------------------------------------------
15:43:24 [INFO] [INFO] BUILD SUCCESS
15:43:24 [INFO] [INFO] ------------------------------------------------------------------------
15:43:24 [INFO] [INFO] Total time: 05:21 min
15:43:24 [INFO] [INFO] Finished at: 2024-07-08T15:43:24Z
15:43:24 [INFO] [INFO] ------------------------------------------------------------------------
15:43:30 [INFO] [exec] java -cp $RUN_JETTY_CLASSPATH org.eclipse.jetty.tests.testers.RunJetty --jetty-home=$JETTY_HOME
15:43:31 [INFO] [exec] java -cp $RUN_JETTY_CLASSPATH org.eclipse.jetty.tests.testers.RunJetty --jetty-home=$JETTY_HOME --args="--add-modules=http" --highlight="([a-z-]+ transitively enabled)"
15:43:32 [INFO] [exec] java -cp $RUN_JETTY_CLASSPATH org.eclipse.jetty.tests.testers.RunJetty --jetty-home=$JETTY_HOME --args="--module=http" --highlight="({.:8080})"
15:43:35 [INFO] [exec] java -cp $RUN_JETTY_CLASSPATH org.eclipse.jetty.tests.testers.RunJetty --jetty-home=$JETTY_HOME --args="--module=http jetty.http.port=9999" --highlight="({.:9999})"
15:43:38 [INFO] [exec] java -cp $RUN_JETTY_CLASSPATH org.eclipse.jetty.tests.testers.RunJetty --jetty-home=$JETTY_HOME --args="--module=http jetty.http.port=8080" --highlight="({.:8080})"
15:43:41 [INFO] [exec] java -cp $RUN_JETTY_CLASSPATH org.eclipse.jetty.tests.testers.RunJetty --jetty-home=$JETTY_HOME --setup-args="--add-modules=http" --args="--add-modules=ee10-deploy"
15:43:43 [INFO] [exec] java -cp $RUN_JETTY_CLASSPATH org.eclipse.jetty.tests.testers.RunJetty --jetty-home=$JETTY_HOME --setup-args="--add-modules=http,deploy,ee10-demo-simple" --highlight="WebAppContext"
15:43:47 [INFO] [15:43:47.549] WARN (asciidoctor): id assigned to section already in use: jetty
15:43:47 [INFO] file: documentation/jetty/modules/operations-guide/pages/deploy/index.adoc:203
15:43:47 [INFO] source: https://github.com/jetty/jetty.project (branch: jetty-12.0.x | start path: documentation/jetty)
The text was updated successfully, but these errors were encountered: