Radek Antoniuk

Results 70 issues of Radek Antoniuk

### Service(s) ci.jenkins.io ### Summary It seems to me that `ci.jenkins.io` currently does not support skipping CI builds when the commit message contains a pre-defined string - or - the...

triage
ci.jenkins.io

When having environment-agnostic stacks and hence using only CDK's DefaultStage, currently there is no way to have multiple diffs in the same workflow: ``` jobs: dev: name: CDK diff DEV...

### Issue # (if applicable) Closes #33505 ### Reason for this change See [this comment](https://github.com/aws/aws-cdk/issues/33505#issuecomment-2770818825). ### Description of changes Do not rely only on passing the props, but check if...

bug
p2
beginning-contributor
pr/reviewer-clarification-requested

The XML created has wrong entity encoding that causes the UI parsers to show also wrongly encoded information. Command: ```hadolint -f checkstyle Dockerfile-test``` Output (head): ``` ``` Expected: ``` ```...

This PR introduces [Docsify](https://docsify.js.org/) based Mardown documentation. Fixes https://github.com/jenkinsci/jira-plugin/issues/703

documentation

### Scope - [x] create a more user-friendly, `gh-pages` based documentation based on the current README and with more (a lot) of pipeline DSL examples. Use [templating-agent-plugin](https://jenkinsci.github.io/templating-engine-plugin/) as the inspiration....

Currently some tests are mocking objects using Mockito and other tests use JenkinsRule that actually spins up an Jenkins instance. For clarity, those tests should live in separate test packages.

When the plugin finds a pattern that matches the configured patterns, it tries to access the issue status from the Jira instance. If it does not have the required permissions,...

good first issue

I would like to be able to have the JIRA url, username and password configurable on a per-project basis. We have multiple projects and not all of them track in...