Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 48 sec in block)
Success
node - (3 min 47 sec in block)
Success
node block - (3 min 47 sec in block)
Success
withEnv - (3 min 46 sec in block)PATH, REMOTE_HOST, REMOTE_PATH, ANDROID_ROOT, JAVA_HOME, WORKSPACE, ANDROID_SDK_ROOT
Success
withEnv block - (3 min 46 sec in block)
Success
timestamps - (3 min 46 sec in block)
Success
timestamps block - (3 min 46 sec in block)
Success
stage - (25 sec in block)Checkout
Success
stage block (Checkout) - (25 sec in block)
Success
git - (25 sec in self)
Success
stage - (37 sec in block)Prepare
Success
stage block (Prepare) - (37 sec in block)
Success
sh - (36 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 EXPORT_PATH=$(grep -A20 'name="Android"' export_presets.cfg|grep export_path|sed 's/.*="\([^"]*\)".*/\1/') EXPORT_DIR=$(dirname "$EXPORT_PATH") mkdir -p "$EXPORT_DIR" 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 - (34 sec in block)Build Windows
Success
stage block (Build Windows) - (34 sec in block)
Success
sh - (34 sec in self) set -e set +x echo "[INFO] Building Windows project..." godot --no-window --path $WORKSPACE --export "Windows" 2>/dev/null echo "[OK] Windows build successful."
Success
stage - (24 sec in block)Build Linux
Success
stage block (Build Linux) - (24 sec in block)
Success
sh - (24 sec in self) set -e set +x echo "[INFO] Building Linux project..." godot --no-window --path $WORKSPACE --export "Linux/X11" 2>/dev/null echo "[OK] Linux build successful."
Success
stage - (57 sec in block)Build Android
Success
stage block (Build Android) - (56 sec in block)
Success
withCredentials - (55 sec in block)
Success
withCredentials block - (54 sec in block)
Success
sh - (54 sec in self)
Success
stage - (45 sec in block)Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (45 sec in block)
Success
echo - (65 ms in self)[SUCCESS] Build completed successfully.
Success
sh - (14 sec in self) mkdir -p dist zip -r dist/nodungeon_windows.zip builds/win zip -r dist/nodungeon_linux.zip builds/linux cp builds/droid/*.apk dist/
Success
archiveArtifacts - (2.9 sec in self)
Success
withCredentials - (27 sec in block)
Success
withCredentials block - (27 sec in block)
Success
sh - (27 sec in self) set -e set +x scp -i $KEY -4 -O dist/* jenkins@${REMOTE_HOST}:${REMOTE_PATH}
Success
cleanWs - (0.22 sec in self)
Success