Pymann

Results 13 issues of Pymann

func (q *Queue) Tasks() []*Task { tasks := make([]*Task, len(q.Raw.Items)) for i, t := range q.Raw.Items { tasks[i] = &Task{Jenkins: q.Jenkins, Queue: q, Raw: &t} //This function is still wrong,...

I know it sounds weird, but I experience an increased build-time, switching from ghprb(github-pullrequest-builder) to gwt(generic-webhook-trigger). We use same environment, same build, same ... except trigger. And for gwt we...

there is password written wrong

The 'ghprbCommentbody' variable is null, if: You open pullrequest for one branch to protected branch, jenkins triggers job and corresponding variables will be correctly. Then you cancel this job and...

you know we have scripted pipeline step: jobDsl targets: ["folders.groovy", value.PL_JOBTEMPLATE].join('\n'), removedJobAction: 'IGNORE', removedViewAction: 'IGNORE', lookupStrategy: 'JENKINS_ROOT', additionalParameters: [prm: value, bridge: jobtpl.prepare_const(value)] Question is how to test this. I admit...

### Describe your use-case which is not covered by existing documentation. I'm starting from scratch. I would like to go for gradle 8. How to write a first test from...

There is any chance to call the parser on commandline and receive AST as file I checked out the groovy console and therefore an AST is obtainable, but how, I...

One example of this package's documentation is somehow broken: Second one: https://godoc.org/github.com/kisielk/sqlstruct appears not in codetextbox: SELECT %s, %s FROM users AS u INNER JOIN address AS a ON a.id...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I have a json file and it can be loaded within a model, with ConfigDict(extra="ignore") Once...

question
awaiting author response

### Describe the bug The answer of REST-API gives every information: cli version and what has be done { [2023-08-11T04:39:21.465Z] "errors": [ [2023-08-11T04:39:21.465Z] { [2023-08-11T04:39:21.465Z] "status": 400, [2023-08-11T04:39:21.465Z] "message": "Could...

bug