Re: Blue Ocean + Bitbucket cloud: is it possible to use without a team?

2018-04-05 Thread Alex D
Hi Vivek, thanks for responding and confirming that I didn't miss anything. I have found a workaround for my issue. I thought Blue Ocean is an entirely separate work flow from the normal pipelines, but that's not the case. Turns out, if I create the pipeline through the default Jenkins web UI,

Only trigger on cron

2018-04-05 Thread 'Seb Boving' via Jenkins Users
I have some jobs I only want to trigger via cron. In a Github project, I can't seem to disable the triggers via commits (unless I disable the branch in which case cron's also don't run) in the job configuration. Another way that could perhaps work is if the trigger type would be exposed

Re: blueocean bitbucket repo in loading mode forever

2018-04-05 Thread nup
Ok, I figured it out. Basically, if you have a project in Bitbucket called *my-project* and it has multiple repos A, B and C. A and B has data, but C repo was created but has no content at all. Since there is an empty repo C in my-project blueocean just hangs trying to load any repositories in

Re: Blue Ocean + Bitbucket cloud: is it possible to use without a team?

2018-04-05 Thread Vivek Pandey
Hi Alex, My inlined comments: > I have a special "build bot" account with read-only access to our repos. But when I log Blue Ocean in with this account, it only finds zero repos (the bot account has none), and zero teams (or one empty default team, I don't recall). Short answer, there is no

Re: blueocean bitbucket repo in loading mode forever

2018-04-05 Thread Vivek Pandey
Can you provide more details? Any error shown on server side and on browser console? I suspect frontend is not handling error reported when it calls backend API. On Thu, Apr 5, 2018 at 11:25 AM nup wrote: > Hi All, > > I have blueocean pipeline that I was using months ago

blueocean bitbucket repo in loading mode forever

2018-04-05 Thread nup
Hi All, I have blueocean pipeline that I was using months ago connected with bitbucket repo. Recently I tried to use the same pipeline in the blue ocean, but after adding information for "Which project does the repository belong to?" Selected my repo, but the little blue circle keeps

Remote Jenkins Node never brought offline

2018-04-05 Thread Alexandru Băluț
I'm using Jenkins ver. 2.107.1 and I created a Node. See the screenshot below for the configuration details of the Node. The node is launched by a "Launch command" which starts an expensive cloud instance, then starts the agent remotely through ssh, then after the agent process stops shuts down

Fwd: Performance monitoring (RAM and CPU usage) of a C++ application

2018-04-05 Thread Kubiack
Hello Jenkins Users I am currently using Jenkins for automated tests on a C++ application running on Ubuntu. I use a Jenkinsfile to automate the build steps; most of them are shell commands : 'sh make build' 'sh make test1' and so on ... The tests produces CSV files consumed by the plot

Re: Trend Graph

2018-04-05 Thread Ullrich Hafner
I this a general advice or are you using the warnings plugin in a different way that requires that the old behavior should be retained? BTW: the corresponding issue is https://issues.jenkins-ci.org/browse/JENKINS-50551 > Am 05.04.2018 um 13:13 schrieb Artur Szostak :

Re: Trend Graph

2018-04-05 Thread Artur Szostak
Unless you want to make a lot of people angry, or unless there is a fundamentally good reason, always make the existing behaviour the default. New behaviour should be explicitly selected. If there is a good reason to make new behaviour the default, there should at the very least be a transition

Re: Request to be made a maintainer of audit-trail-plugin

2018-04-05 Thread Baptiste Mathus
Hello, You want to send this to the dev list please. Thanks Le jeu. 5 avr. 2018 à 10:39, a écrit : > > Hello, > > I request to be made a maintainer of audit-trail-plugin. Now this > repository is abandon. > > Cheers, > Tomasz > > -- > You received this message because

Re: setup of Jenkins infrastructure

2018-04-05 Thread Artur Szostak
We have a setup with ~1000 matrix jobs building on about 50 platform / version combinations (i.e. one subjob is one platform combination). Total volume of the build logs approaches 1.5TB on a btrfs volume with compression enabled (I believe raw is about 2.5TB). If you were talking about

Re: jobdsl - publish-over-ssh - How can i add ssh servers in global configuration

2018-04-05 Thread Dirk Heinrichs
From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Volker Groß > Ok, it seems that the following line is the problem: > > publish_ssh.removeHostConfiguration(host[0]) > > After commenting it out, the job runs perfectly using "Execute system Groovy >

Re: jobdsl - publish-over-ssh - How can i add ssh servers in global configuration

2018-04-05 Thread Volker Groß
Ok, it seems that the following line is the problem: publish_ssh.removeHostConfiguration(host[0]) After commenting it out, the job runs perfectly using "Execute system Groovy script". Volker Am Mittwoch, 4. April 2018 13:36:23 UTC+2 schrieb Volker Groß: > > Hi, > > i'm having a bunch of

Re: jobdsl - publish-over-ssh - How can i add ssh servers in global configuration

2018-04-05 Thread Volker Groß
Thank you Dirk, for pointing me the right direction, but let me hopefully ask a final question: Is there a way to execute this tiny groovy-script, which runs in the script console without errors, within a Jenkins job? I tried it with using "Execute system Groovy script, which brings up this

Request to be made a maintainer of audit-trail-plugin

2018-04-05 Thread tomasz . sek . 88
Hello, I request to be made a maintainer of audit-trail-plugin. Now this repository is abandon. Cheers, Tomasz -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: jobdsl - publish-over-ssh - How can i add ssh servers in global configuration

2018-04-05 Thread Dirk Heinrichs
From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Volker Groß > Build step 'Execute Groovy script' marked build as failure "Groovy Script" != "System Groovy Script". You can test System Groovy scripts in the Script Console (Manage Jenkins -> Script

Re: Groovy script to do jenkins configuration on Manage Jenkins level for Blackduck detect plugin

2018-04-05 Thread Ewelina Wilkosz
I'm confused, isn't it the one I provided? https://github.com/jenkinsci/blackduck-detect-plugin/blob/master/src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java ? it has setters for hubUrl, credentials, timeout... exactly what you have in

Re: Caused by: java.io.IOException: No suitable implementation found: os.name=NONSTOP_KERNEL os.arch=x86_64N sun.arch.data.model=32

2018-04-05 Thread Oleg Nenashev
Related discussion in Jenkins JIRA: https://issues.jenkins-ci.org/browse/JENKINS-50570 Let's proceed in that ticket Best regards, Oleg On Tuesday, April 3, 2018 at 6:48:19 PM UTC+2, Mark Waite wrote: > > The Jenkins Jira server is https://issues.jenkins-ci.org/ > > Jenkins is an open source