-
Right now all Jenkins X repos are being built with Jenkinsfile Runner. Now that we have starting integrating with Tekton via the Next Gen pipeline initiative we should walk the talk and move to this …
-
As part of https://issues.jenkins-ci.org/browse/JENKINS-55642, I've opened https://github.com/jenkinsci/jenkinsfile-runner/pull/99.
The builder is failing with this error:
ERROR: Could not find cred…
-
Running
```
jenkinsfile-runner ... -f Jenkinsfile
```
results in:
```
java.lang.NullPointerException
at hudson.FilePath.(FilePath.java:272)
at io.jenkins.jenkinsfile.runner.FileSystemSCM.che…
-
### Expected behavior
- [x] We need to run Jest tests alongside with mocha tests on Jenkins.
- [x] We should be able to run jest tests and mocha test suites at once with a top level command. Eg `"…
yatki updated
5 years ago
-
Considering jenkinsfile-runner as a tool to run a Pipeline on developer's workstation, before it get committed and ran by a classic Jenkins master, we miss ability to set Environment and Secrets.
M…
-
The CI job for CWP is currently failing because the device has run out of space:
rsync -avq --exclude-from='exclude-rsync.txt' /home/jenkins/workspace/Tools_custom-war-packager_PR-72/jenkinsfile-run…
-
On a large Jenkins deployment one might want to offload jenkins master to some "side" masters for pipeline execution.
We could rely on jenkinsfile-runner for such a "one-shot" master, applying htt…
-
Hi @oleg-nenashev
I want to try this project, because it seem to be very helpful
I follow the guide, and run _make clean build_ but I have a first error
```
$ make clean build
rm -rf tmp
…
-
I have written a basic pipeline script:
```
pipeline {
agent {
docker {
label 'docker'
image 'maven:3.5.2-jdk-8-alpine'
args '-v /root/.m2:/root/…
-
https://github.com/jenkinsci/ci.jenkins.io-runner has been recently hosted inside the Jenkins organzation. It would be great to enable CI for this repository so that we can experiment with real-world …