From 1b93ef204764f25cfe68567cb230bd5aab6d1ae8 Mon Sep 17 00:00:00 2001 From: tcassaert Date: Thu, 19 Sep 2024 15:13:21 +0200 Subject: [PATCH] Remove the notification in openeo-devs --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index db34799..e6483d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,6 @@ pythonPipeline { extras_require = 'dev' wheel_repo = 'python-openeo' upload_dev_wheels = false - notification_channel = 'openeo-devs' extra_env_variables = [ /* Set pytest `basetemp` inside Jenkins workspace. (Note: this is intentionally Jenkins specific, instead of a global pytest.ini thing.) */ "PYTEST_DEBUG_TEMPROOT=pytest-tmp",