Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 34 sec in block)
Success
node - (1 min 33 sec in block)
Success
node block - (1 min 33 sec in block)
Success
withEnv - (1 min 33 sec in block)PATH, REMOTE_HOST, REMOTE_PATH, ANDROID_ROOT, JAVA_HOME, WORKSPACE, ANDROID_SDK_ROOT
Success
withEnv block - (1 min 33 sec in block)
Success
timestamps - (1 min 33 sec in block)
Success
timestamps block - (1 min 33 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 - (9.5 sec in block)Prepare
Success
stage block (Prepare) - (9.5 sec in block)
Success
sh - (9.4 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 - (11 sec in block)Build Windows
Success
stage block (Build Windows) - (11 sec in block)
Success
sh - (11 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 - (9 sec in block)Build Linux
Success
stage block (Build Linux) - (8.9 sec in block)
Success
sh - (8.8 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 - (20 sec in block)Build Android
Success
stage block (Build Android) - (20 sec in block)
Success
withCredentials - (20 sec in block)
Success
withCredentials block - (20 sec in block)
Success
sh - (20 sec in self)
Success
stage - (27 sec in block)Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (27 sec in block)
Success
echo - (22 ms in self)[SUCCESS] Build completed successfully.
Success
sh - (11 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 - (1.2 sec in self)
Success
withCredentials - (15 sec in block)
Success
withCredentials block - (15 sec in block)
Success
sh - (15 sec in self) set -e set +x scp -i $KEY -4 -O dist/* jenkins@${REMOTE_HOST}:${REMOTE_PATH}
Success
cleanWs - (31 ms in self)
Success