-
Could you provide an example of `githubPRComment` usage for jenkinsfile ?
-
### Jenkins and plugins versions report
Environment
```text
Jenkinsfile as used on ci.jenkins.io and other CI environments
```
### What Operating System are you using (bot…
-
Hi,
There seems to be a bug in the latest release where the code:
```groovy
step([$class: 'StashNotifier',
projectKey: 'test'])
}
```
Does not override the projectKey. It only…
-
Having the default Jenkinsfile like a configuration file in Jenkins don't allow to have version control.
I think will be great can have this default Jenkinsfile in a git repo, in the same way you …
-
Issues with smoht/xtext-buildenv
- there is no wget
- we use a 0.7 and sometimes no specific one (0.9, this version does not set JAVA_HOME or sets it to Java 11)
- should be in xtext org
-
Hey!
Just wanted to point out a few possible oversights:
File `Jenkinsfile`, The image `boisvert/python-build` is local to my server. When I get around to publishing it, it will be `alphagamede…
-
### Description
The jenkinsfile in the blueprint is pointing to` ${WORKSPACE}/{cookiecutter_project_slug`} but should be pointing to `${WORKSPACE}` only.
### What I Did
Noticed when setting up …
-
moved issue from: https://github.com/fabric8io/gofabric8/issues/291
When trying to install the default php chassis app, or even the quick start php app, the build fails.
```
+ docker build -t 1…
-
### What feature do you want to see added?
These are some of the checks that have been recently noticed in hosting requests.
It would be good to either document or try and automate these checks, a…
timja updated
1 month ago
-
Currently, each build stage in `Jenkinsfile.deploy` has an unwieldy long line of code to checkout the repository:
https://github.com/Kevin-Mok/kogito-runtimes/blob/2fe5b346f10e67cf07c24d0660ca1dacd…