denied adding 973 MiB of storage resource which when updated to current usage of 99 GiB will exceed the configured upper limit of 100 GiBjenkins 生成jar包
The Jenkins job was denied from adding 97.3 MiB of storage resource because it would exceed the configured upper limit of 10.0 GiB when updated to the current usage of 9.9 GiB. This means that the total storage used by the job would exceed the allowed limit.
As for generating a JAR package in Jenkins, you can add a build step in your Jenkins job configuration to generate the JAR file. Here's an example of how you can do it:
- Go to the configuration page of your Jenkins job.
- Scroll down to the "Build" section and click on the "Add build step" dropdown.
- Select the appropriate build step for your project, such as "Execute shell" if you're using a shell script or "Invoke Gradle script" if you're using Gradle.
- In the build step, write the necessary commands to generate the JAR file. For example, if you're using Maven, you can use the command "mvn clean package" to generate the JAR file in the target directory.
- Save the configuration.
When you run the Jenkins job, it will execute the build step and generate the JAR file according to your specified commands
原文地址: https://www.cveoy.top/t/topic/hNnV 著作权归作者所有。请勿转载和采集!