-
The /safeExit URL is exiting Jenkins even when a job is running.
Steps to Reproduce
Create the following pipeline job that sleeps
pipeline {
agent any
stages {
stage('Sleep') {
steps…
timja updated
3 years ago
-
### Description
Running an orchestration on 20 "Always ready" EP3 instances where a large amount of data is cached in memory and therefore RAM usage is high. However I observed the issue live and no …
-
We need to support the Durable Functions `lock` API that allows users to establish a critical section for serial Entity updates. I believe this would be the first OOProc PL to support this feature, so…
-
**Describe the problem**
I'm working on a job queue system backed by CRDB and I've run into a situation I don't understand. I'm hoping someone can shed some light on it for me.
**To Reproduce**
…
-
Hey @soninaren, previously the build.ps1 script I added was able to build the CLI cross platform.
It looks like you did some major refactoring of it and now I can sadly no longer build the project …
-
### Version report
Jenkins and plugins versions report:
```
Jenkins: 2.277.1
OS: Linux - 5.4.0-66-generic
---
generic-webhook-trigger:1.72
branch-api:2.6.2
config-file-provider:3.7.0
bl…
-
## General information
- Applicant (User. who would like this feature): @kandre (SIGE), Y. Becker (commune de Grandson)
- Author (Service provider, who is mandated to write this request): @kandre
…
-
### Description
Running .net8 isolated durable function which has a critical section guarded by a durable entity. When the orchestration fails, the entity keeps locked and no further orchestrations c…
-
#### Problem
I replaced hello_solana_program.so with my own C.so in [integration_test.rs](https://github.com/solana-labs/solana/blob/master/svm/tests/integration_test.rs), but the execution failed. M…
-
Hi everyone,
I am a bit confused with the task_any and task_all options.
Let me give you bit background:
I am building a durable function to trigger and monitor a list of ADO pipelines.
```
…