jenkins-2 Questions
2
Solved
I would like to use the "Publish TAP results" plugin on Jenkins 2.0 pipeline.
I'm not sure of the equivalent Groovy script for the same. Can someone help?
Recapitulation asked 24/5, 2016 at 6:2
1
Solved
I am running Jenkins 2.0 on my Mac OS X Mavericks machine at work. I'm trying to pull down a repository from an internal server. However, the job hangs on the git fetch call for 10 minutes and then...
2
Is there a better way to run a shell task in a Jenkins 2.0 pipeline and then return the stdout of the command. The only way I can get this to work is to pipe the output of the command to a file and...
Stamina asked 30/4, 2016 at 15:50
2
Solved
Currently my pipeline fails (red), when a maven-job is unstable (yellow).
node {
stage 'Unit/SQL-Tests'
parallel (
phase1: { build 'Unit-Tests' }, // maven
phase2: { build 'SQL-Tests' } // she...
Leatrice asked 2/8, 2016 at 7:8
1
Solved
I have just installed Jenkins 2.6 (as a fresh install) but I can't seem to find the Maven installation options. Previously I would just be able to go to Jenkins configuration and in the Maven secti...
Gurango asked 23/5, 2016 at 13:3
1
Solved
I would like to add additional build parameters to my jenkins mutibranch pipeline job.
Relevant versions:
org.jenkins-ci.plugins:script-security:1.19
org.kohsuke:groovy-sandbox:1.10
org.jenkins-...
Protectionism asked 29/4, 2016 at 9:27
1
I have a Jenkins 2.0 pipeline, with a groovyscript like this:
node('nnh561.raijin') {
stage 'checkout'
build('trunk/checkout')
stage 'build'
parallel(
{ build('trunk/build/gfortran') },
{ b...
Libbey asked 29/4, 2016 at 6:33
© 2022 - 2024 — McMap. All rights reserved.