Skip to content
Jenkins
log in
sign up
Dashboard
GraxRabble
My Views
All
JEI-Jenkinsfile
#277
Pipeline Steps
Status
Changes
Console Output
View Build Information
Timings
Git Build Data
Test Result
Open Blue Ocean
Embeddable Build Status
Pipeline Steps
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (4 min 10 sec in block)
node - (4 min 9 sec in block)
node block - (4 min 9 sec in block)
stage - (0.38 sec in block)
Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (0.36 sec in block)
checkout - (0.35 sec in self)
withEnv - (4 min 9 sec in block)
GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_URL
withEnv block - (4 min 9 sec in block)
withCredentials - (4 min 9 sec in block)
withCredentials block - (4 min 9 sec in block)
withEnv - (4 min 9 sec in block)
ORG_GRADLE_PROJECT_BUILD_NUMBER
withEnv block - (4 min 9 sec in block)
stage - (0.6 sec in block)
Checkout
stage block (Checkout) - (0.58 sec in block)
checkout - (0.3 sec in self)
sh - (0.26 sec in self)
rm -rf Forge/build/libs
stage - (2 min 26 sec in block)
Test Core
stage block (Test Core) - (2 min 26 sec in block)
sh - (2 min 26 sec in self)
JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/ ./gradlew :Core:cleanTest :Core:test --no-build-cache --no-daemon
stage - (1 min 0 sec in block)
Test Forge
stage block (Test Forge) - (1 min 0 sec in block)
sh - (1 min 0 sec in self)
JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/ ./gradlew :Forge:cleanTest :Forge:test --no-build-cache --no-daemon
stage - (17 sec in block)
Build Forge
stage block (Build Forge) - (17 sec in block)
sh - (17 sec in self)
JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/ ./gradlew :Forge:build --no-daemon
stage - (97 ms in block)
Archive
stage block (Archive) - (78 ms in block)
archive - (24 ms in self)
Forge/build/libs/*.jar
junit - (36 ms in self)
stage - (12 sec in block)
Publish Maven Forge
stage block (Publish Maven Forge) - (12 sec in block)
sh - (12 sec in self)
JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/ ./gradlew :Forge:publish -PDEPLOY_DIR=/var/www/dvs1/files/maven --no-daemon
stage - (11 sec in block)
Publish CurseForge Forge
stage block (Publish CurseForge Forge) - (11 sec in block)
sh - (11 sec in self)
JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/ ./gradlew :Forge:publishCurseForge --no-daemon