Write $H_n = \sum_{k=1}^{n} \frac{1}{k} $ for the $n$-th harmonic number. It is well-known that $H_n$ has the asymptotic form
$$ H_n = \log n + \gamma + \mathcal{O}\left(\frac{1}{n}\right) \quad \text{as} \quad n\to\infty. $$
Now returning to OP's question, let $s_n$ denote the $n$-th partial sum. Also, write
$$m_k = \frac{k(k+1)}{2} + 1 \qquad \text{and} \qquad K_n = \max\{ k \geq 1 : m_k \leq n \}.$$
Using this, we can write $s_n$ in the the following block form
$$ s_n = 1 + \Bigg( \sum_{k = 1}^{K_n} (-1)^k (H_{m_k} - H_{m_{k-1}}) \Bigg) + (-1)^{K_n+1} (H_n - H_{m_{K_n}} ). $$
Then by using the asymptotic form of $H_n$, we easily find that
$$ H_{m_k} - H_{m_{k-1}} = \frac{2}{k} + \mathcal{O}\left(\frac{1}{k^2}\right), $$
and so,
$$ s_n = 1 + \sum_{k=1}^{K_n} \left( (-1)^{k} \frac{2}{k} + \mathcal{O}\left(\frac{1}{k^2}\right) \right) + \mathcal{O}\left(\frac{1}{K_n}\right). $$
Therefore it follows that $s_n$ converges as $n\to\infty$