artifacts

Archive the artifacts in Jenkins

房东的猫 提交于 2019-11-26 16:02:13
Could someone please explain to me the idea of artifacts in the build process? I have the workspace directory where I check out the code to compile and run my ant scripts etc. At the end, in my case, I get a jar file that's ready to install. Is that considered to be the artifact? Where should I tell my build script to put the jar file? In the workspace directory? My jar file gets a unique filename depending on variables like BUILD_ID and such, how can I tell Jenkins which jar file to pick? EDIT: Okay, so i tried doing something like this: The path does not exist yet in my workspace, because

Archive the artifacts in Jenkins

陌路散爱 提交于 2019-11-26 04:17:43
问题 Could someone please explain to me the idea of artifacts in the build process? I have the workspace directory where I check out the code to compile and run my ant scripts etc. At the end, in my case, I get a jar file that\'s ready to install. Is that considered to be the artifact? Where should I tell my build script to put the jar file? In the workspace directory? My jar file gets a unique filename depending on variables like BUILD_ID and such, how can I tell Jenkins which jar file to pick?

ray and ellipsoid intersection accuracy improvement

柔情痞子 提交于 2019-11-26 00:38:58
问题 I need to enhance precision for function in one of mine Atmospheric scattering GLSL fragment shader which computes the intersection between single ray and axis aligned ellipsoid. This is the core function for mine atmospheric scattering shader. The old original shader was on floats and for normal rendering was fine, but after addition of zoom I found that with relatively small distances the precision get lost. On floats the usable distances for Earth was only up to 0.005 AU (Astronomical Unit