RE: Marking of skipped stages in blue ocean

2019-08-28 Thread Reinhold Füreder
Hi Marek, First of all please also note https://issues.jenkins-ci.org/browse/JENKINS-47286?focusedCommentId=360479&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-360479 -- in the meantime https://issues.jenkins-ci.org/browse/JENKINS-47286 has been therefore (?) re

Re: Why does my pipeline have 2 workspaces?

2019-08-28 Thread 'Toby Hersey' via Jenkins Users
Thanks Ram , is that the same for the @2 folders as well? Or is that because a build has run 2 in parallel? Many thanks Toby On Wed, 28 Aug 2019 at 03:59, Ramanathan Muthaiah wrote: > On Wednesday, August 28, 2019 at 12:42:44 AM UTC+5:30, Toby Hersey wrote: >> >> i'll third the question , i wa

Combining periodic SCM check with building individual commits

2019-08-28 Thread 'Mark Raynsford' via Jenkins Users
Hello. I use a pretty simple setup for each job. Each of my jobs is a GitHub project, and I use the "poll SCM" feature with a schedule of "H/53 * * * *" (in other words, poll randomly roughly hourly). My Jenkins setup is not externally accessible in any form, so I can't have an external service no

disable update center and the doCheckUpdatesServer() completely at start of Jenkins

2019-08-28 Thread Jeroen Wolff
Hi, on our production openshift cluster we don't have internet access, so i want to disable Jenkins to check for updates. I made this file in init.groovy.d/disable-all-update-sites.groovy /* This script completely disables all update sites in Jenkins, invalidates plugin upgrade data, and

Java and C/C++ and or Javascript in one Jenkinsfile or ?

2019-08-28 Thread Dennis Kavanagh
Is that possible? I am wondering what methods or techniques are available? Is the use of a Declarative or Scripted Jenkinsfile recommended? I understand that separate Jenkinsfiles can be placed in each /src for each language with Jenkins capable of picking up each found Jenkinsfile and exe

unable to launch remoting agent on slaves

2019-08-28 Thread Seth Galitzer
For the last two weeks, I cannot launch the remoting agent on linux slaves. Server version is 2.191, running on Debian 9.9 (stretch), installed from jenkins.io repo. Slaves are Ubuntu 18.04 (bionic), with openjdk-8 installed. Eventually, one slave will start, but none of the rest will. Between

SAML Configuration

2019-08-28 Thread Srinivasan RK
I have setup the SAML Plugin and loaded the IDP Metadata. My SP Metadata always shows "AuthnRequestsSigned="true". How can i disable it? I am being asked by admin if i can send without signed. I could not find how to do it in Jenkins. I am not sure what this checkbox "Disable Signature Red

Re: Combining periodic SCM check with building individual commits

2019-08-28 Thread Mark Waite
You're using a relatively special case. The git plugin does not support it directly. You might consider splitting the task into two Jenkins jobs: 1. Job that takes a SHA-1 as a parameter that should be built, but never polls the repository 2. Job that detects changes on the remote repos

Re: Jenkins MultiJob Plugin- “Phases” option not available in Build Section

2019-08-28 Thread sravan
Hi Dirk, I want to use for existing jobs? On Tuesday, August 27, 2019 at 11:36:11 PM UTC-7, Dirk Heinrichs wrote: > > Am Dienstag, den 27.08.2019, 12:25 -0700 schrieb sravan: > > I don't see that plugin in my job build section > > > It isn't a Multjob, then. Did you select "Multijob" when creating

Re: Java and C/C++ and or Javascript in one Jenkinsfile or ?

2019-08-28 Thread Yeikel
Are you talking about building multiple languages or writing pipeline scripts using other languages? Building multiple languages/stacks is fine. Just add different steps. The scripting language supported by Jenkins is groovy which is compatible with Java code. Other than that, as far as I know a

Re: Jenkins MultiJob Plugin- “Phases” option not available in Build Section

2019-08-28 Thread Dirk Heinrichs
Am Mittwoch, den 28.08.2019, 11:36 -0700 schrieb sravan: I want to use for existing jobs? You can't. Jenkins has the concept of job types where each type has different capabilities (Freestyle, Pipeline, even Folder is a job type), but there is no way to change the type of existing jobs. You can