#CircleCI found a new (to me ?) path to #enshitification : start sending email notifications for *every* CI status (including "completed without error") instead of just failures (which was annoying already, mind you). Now in order to turn these off, you *must* associate an account to the email you have set for your git user, and then tell them "a bit about yourself". I did it out of spite, so jokes on me, but next time I'm seeing this pattern, it'll be a client-side email filter and straight to the trash.

Gah, CircleCI stopped sending notification emails from `[email protected]` and now sends from generic `[email protected]`.

Great way to not be able to separate build notifications from other mails
(╯°□°)╯︵ ┻━┻

#CircleCI #CI #programming #DevOps

PhantomRaven: Novo malware usa IA para atacar programadores e roubar credenciais

 Uma nova e sofisticada campanha de malware, apelidada de PhantomRaven, está a visar programadores através da plataforma npm, o gestor de pacotes padrão para

TugaTech

For anyone else using #CircleCI for #Python projects, PSA that they added Python 3.14 to their 'cimg' library mid last week. 🐍🎉

Updated all my 'modernized enough to want to CI on 3.14' projects' .circleci/config.yml files just now.

Think the main outlier now for that work (pyproject.toml, dropping Python<3.9) is Fabric (which I'll do soon) and then I am mostly done sans some of the smaller projects.

How exactly do "blobless" clones work on #CircleCI? I've received their email about introducing a faster #git clone method and they're not kidding: for wxWidgets, using "blobless" brought clone time down from 82s to 14s in their environment.

Does anybody know if this is something we can use at home^W^W with #Forgejo Actions as well? I have a few jobs where clone time dominates the total running time of the job.

Jenkins в эпоху Kubernetes

​Узнайте, почему, несмотря на развитие современных облачных инструментов CI/CD, таких как GitHub Actions и CircleCI, Jenkins остается тяжеловесом в сфере CI и доставки.

Что такое Jenkins и почему это важно?

В мире разработки программного обеспечения скорость и эффективность — это всё. Именно здесь на помощь приходит Jenkins...

#DST #DSTGlobal #ДСТ #ДСТГлобал #Jenkins #Kubernetes #CICD #GitHub #CircleCI #GitOps #CircleCI #ArgoCD

Источник: https://dstglobal.ru/club/1117-jenkins-v-epohu-kubernetes

CircleCIにおけるAndroidアプリのローカルビルドについて - Qiita

はじめに 前回の記事CircleCIでiOSアプリをビルドするためのconfig.ymlの設定とローカルでfastlaneを実行する方法についての続きとして、CircleCIでAndroidアプリのビルドを行う方法についてまとめました。 本記事では、CircleCIでAn...

Qiita

CircleCIでiOSアプリをビルドするためのconfig.ymlの設定とローカルでfastlaneを実行する方法について
https://qiita.com/ssc-karasawa/items/ef5c83d567c064267aa1?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #CircleCI #fastlane

CircleCIでiOSアプリをビルドするためのconfig.ymlの設定とローカルでfastlaneを実行する方法について - Qiita

はじめに CircleCIを使用してiOSアプリをビルドし、DeployGateにアップロードするまでのCI/CDパイプラインを作成しました。その際に作成したconfig.ymlとfastlaneを用いてローカルでiOSアプリのビルドを行う手順に関して説明します。 Ci...

Qiita
#CircleCi Pipeline failing with "Failed to
get credentials", anybody?

Getting mixed signals, Circle-CI

```
Your dev orb will expire in 90 days unless a new version is published on the label `dev:alpha`.

************************
Your development orb(s) have been published. It will expire in 30 days.
```

#circleci #ci #DevOps