Skip to content
Jenkins
NoRunNoDungeon
#56
Pipeline Steps
Search
Sign in
Status
Changes
Console Output
View Build Information
Git Build Data
See Fingerprints
Embeddable Build Status
Pipeline Steps
Workspaces
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (52 sec in block)
Success
node - (52 sec in block)
Success
node block - (52 sec in block)
Success
withEnv - (52 sec in block)
PATH, ANDROID_ROOT, JAVA_HOME, WORKSPACE, ANDROID_SDK_ROOT
Success
withEnv block - (52 sec in block)
Success
timestamps - (52 sec in block)
Success
timestamps block - (52 sec in block)
Success
stage - (14 sec in block)
Checkout
Success
stage block (Checkout) - (14 sec in block)
Success
git - (14 sec in self)
Success
stage - (7.6 sec in block)
Prepare
Success
stage block (Prepare) - (7.6 sec in block)
Success
sh - (7.5 sec in self)
set -e set +x echo "[INFO] Preparing build environment..." cp $WORKSPACE/export_presets.cfg.template $WORKSPACE/export_presets.cfg chmod 600 $WORKSPACE/export_presets.cfg echo "[OK] Config prepared" echo "[INFO] Building solutions..." godot --no-window --build-solution --quit 2>/dev/null dotnet restore dotnet build echo "[OK] Solutions builded."
Success
stage - (10 sec in block)
Build Windows
Success
stage block (Build Windows) - (10 sec in block)
Success
sh - (10 sec in self)
set -e set +x echo "[INFO] Building Windows project..." godot --no-window --path $WORKSPACE --export "Windows" 2>/dev/null rm -f "$WORKSPACE/export_presets.cfg" echo "[OK] Windows build successful."
Success
stage - (19 sec in block)
Build Android
Success
stage block (Build Android) - (18 sec in block)
Success
withCredentials - (18 sec in block)
Success
withCredentials block - (18 sec in block)
Success
sh - (18 sec in self)
Success
stage - (0.54 sec in block)
Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (0.5 sec in block)
Success
echo - (11 ms in self)
[SUCCESS] Build completed successfully.
Success
archiveArtifacts - (0.43 sec in self)
Success
cleanWs - (35 ms in self)
Success