Skip to content
Jenkins
log in
sign up
Dashboard
progwml6
My Views
All
JEI-Jenkinsfile
#276
Pipeline Steps
Status
Changes
Console Output
View Build Information
Polling Log
Timings
Git Build Data
Test Result
Open Blue Ocean
Embeddable Build Status
Pipeline Steps
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (1 min 56 sec in block)
node - (1 min 56 sec in block)
node block - (1 min 56 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 - (1 min 56 sec in block)
GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_URL
withEnv block - (1 min 56 sec in block)
withCredentials - (1 min 56 sec in block)
withCredentials block - (1 min 56 sec in block)
stage - (0.63 sec in block)
Checkout
stage block (Checkout) - (0.61 sec in block)
checkout - (0.33 sec in self)
sh - (0.26 sec in self)
rm -rf build/libs
stage - (1 min 29 sec in block)
Build
stage block (Build) - (1 min 29 sec in block)
sh - (1 min 29 sec in self)
JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/ ./gradlew test reobf -PBUILD_NUMBER=276 --no-daemon
stage - (76 ms in block)
Archive
stage block (Archive) - (58 ms in block)
archive - (9 ms in self)
build/libs/*.jar
junit - (31 ms in self)
stage - (26 sec in block)
Deploy
stage block (Deploy) - (26 sec in block)
sh - (26 sec in self)
JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/ ./gradlew publish curseforge -PBUILD_NUMBER=276 -PDEPLOY_DIR=/var/www/dvs1/files/maven --no-daemon