Re: Heads up! Jenkins is on YouTube, with more videos coming soon!

2018-04-10 Thread Slide
This is great, thanks for doing this! On Tue, Apr 10, 2018 at 7:01 PM R. Tyler Croy wrote: > > The Jenkins project has been on YouTube for a while, but I recently > transitioned our channel to a "Brand Account", which means we can share > permissions to post videos _much_

Heads up! Jenkins is on YouTube, with more videos coming soon!

2018-04-10 Thread R. Tyler Croy
The Jenkins project has been on YouTube for a while, but I recently transitioned our channel to a "Brand Account", which means we can share permissions to post videos _much_ more easily: https://www.youtube.com/c/jenkinscicd I am hoping that we can share access, not only for the Jenkins

Re: Cannot create cloud using vSphere plugin

2018-04-10 Thread Daniel Beck
> On 10. Apr 2018, at 18:28, john.peterson wrote: > > Under Configure System I have a section at the bottom that says "Add a new > cloud" and if I click the pull-down it says vSphere Cloud. But when I click > that, nothing happens. > > This is the 4th system I have

Re: docker image retention (built via dockerfiles)

2018-04-10 Thread Lukas Winkler
Hi Morten, sadly that would only move the problem from the local nodes to the nexus repository as there is no 'auto purge the oldest x images' option in nexus as far as I can tell. BR Lukas Am Samstag, 17. März 2018 01:00:17 UTC+1 schrieb Morten Bjoernsvik: > > Hi Lucas > > This is exactly

Cannot create cloud using vSphere plugin

2018-04-10 Thread john.peterson
New install of Jenkins and I have replicated all plugins from our running system. Tried vSphere plugin 2.16 and 2.17. Under Configure System I have a section at the bottom that says "Add a new cloud" and if I click the pull-down it says vSphere Cloud. But when I click that, nothing happens.

Re: pipline create UI

2018-04-10 Thread Mark Waite
On Tue, Apr 10, 2018 at 6:40 AM Sakitha Nawodana < sakithanawodan...@gmail.com> wrote: > Dear team, > Is their any stable UI can used for create pipelines instead of blueocean > UI, using method like drag and drop? > No. > Thanks > sakitha > > -- > You received this message because you are

Re: Blue ocean new plugin create

2018-04-10 Thread Mark Waite
On Tue, Apr 10, 2018 at 5:24 AM Sakitha Nawodana < sakithanawodan...@gmail.com> wrote: > Dear team, > > What is the strategy I have to follow for create new blue ocaen support > plunging.? > please advice the main requirements to covered in my plunging for support > blue ocean? > > Keith Zantow

Re: Pipeline: Support for DependencyGraph

2018-04-10 Thread Sverre Moe
Find my self in desperate need of a DependencyGraph class to manage my build transitive dependencies, called from my pipeline script. I really hope JENKINS-29913 will be worked on soon. Is there any project on GitHub which have tried to

Re: Remote Jenkins Node never brought offline

2018-04-10 Thread Alexandru Băluț
On 5 April 2018 at 15:44, Alexandru Băluț wrote: > 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 problem I reported seems to be gone. But now there is another. In the

pipline create UI

2018-04-10 Thread Sakitha Nawodana
Dear team, Is their any stable UI can used for create pipelines instead of blueocean UI, using method like drag and drop? Thanks sakitha -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: Are you recommend to use blueOcean,when creating pipeline

2018-04-10 Thread Nalakajayaruwan Kulasekara
- thanks mark On Tue, Apr 10, 2018 at 5:09 PM, Mark Waite wrote: > Replies are inline. > > On Tue, Apr 10, 2018 at 2:20 AM Nalakajayaruwan Kulasekara < > nalakajayaru...@gmail.com> wrote: > >> Dear Team, >> >> >> Currently we used the Jenkins pipeline tool for

Re: what is the statue of blueocean release ? alpha or beta

2018-04-10 Thread Nalakajayaruwan Kulasekara
Thanks Mark, On Tue, Apr 10, 2018 at 4:56 PM, Mark Waite wrote: > Blue Ocean plugin releases are available in the Jenkins Update Center. > Blue Ocean is documented on https://jenkins.io/projects/blueocean/ . As > far as I can tell, I'd call it "released", not alpha

Manual Step in Pipeline

2018-04-10 Thread Penugonda chenna reddy
we are using jenkins 2.0 pipeline for the complex project build. We have the following stages: 1) Checkout 2) Compile 3) Deliver to Artifactory 4) System Testing Manual 5) Release Promotion in 4 th step we want to upload the test artifacts such as System Test Cases Results in an .csv

Re: Are you recommend to use blueOcean,when creating pipeline

2018-04-10 Thread Mark Waite
Replies are inline. On Tue, Apr 10, 2018 at 2:20 AM Nalakajayaruwan Kulasekara < nalakajayaru...@gmail.com> wrote: > Dear Team, > > > Currently we used the Jenkins pipeline tool for our CI/CD. First like to > thank the effort your team put develop the tool. Because It Is the amazing > stable

Re: what is the statue of blueocean release ? alpha or beta

2018-04-10 Thread Mark Waite
Blue Ocean plugin releases are available in the Jenkins Update Center. Blue Ocean is documented on https://jenkins.io/projects/blueocean/ . As far as I can tell, I'd call it "released", not alpha or beta. The experimental update center often contains an alpha or a beta release of Blue Ocean as

Blue ocean new plugin create

2018-04-10 Thread Sakitha Nawodana
Dear team, What is the strategy I have to follow for create new blue ocaen support plunging.? please advice the main requirements to covered in my plunging for support blue ocean? why this error accorded when tried to go for editor ? what is the solution for this? (*please find the attached

Re: jenkins pipeline with groovy and use of “Withcredentials”

2018-04-10 Thread Victor Martinez
IIUC, you are missing the body of the withCredentials step, so something like the below should work ... stage ('Upload war to Artifactory') { withCredentials([usernamePassword(credentialsId: 'artifactory', usernameVariable: 'user', passwordVariable: 'password')]) { sh "sudo curl -u

what is the statue of blueocean release ? alpha or beta

2018-04-10 Thread Nalakajayaruwan Kulasekara
what is the statue of blueocean release ? alpha or beta -- 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 to jenkinsci-users+unsubscr...@googlegroups.com. To

Deleting a Node Agent creates Exception (Jenkins ver. 2.107.1)

2018-04-10 Thread Joaquin Henriquez
Hi Guys When trying to delete a Node Agent I get the following exception. Has somebody come across it? I do it through the GUI. A problem occurred while processing the request. Please check our bug tracker to see if a similar problem has already been reported. If it is already reported, please

Jenkinsci/BlueOcean in Docker using Docker Agent

2018-04-10 Thread Theo W
Hi all, I'm running Jenkinsci/Blueocean official image in Docker, and wanted to try using Docker agent in the Declarative Pipeline to start up a gradle container to build the project. Simple Jenkinsfile as follows: pipeline { agent none stages { stage('Gradle Build') { agent {

Are you recommend to use blueOcean,when creating pipeline

2018-04-10 Thread Nalakajayaruwan Kulasekara
Dear Team, Currently we used the Jenkins pipeline tool for our CI/CD. First like to thank the effort your team put develop the tool. Because It Is the amazing stable tool in our release team used. Then the we plan to shift the Jenkins next level call blue ocean concept for our next stage

Re: Blue Ocean and Git connectivity issue

2018-04-10 Thread Theo W
Hi Vivek, I was able to get past that screen and get to the pipeline editor interface, but did notice the following exception trace being output from the jenkinsci/blueocean official image: jenkins_1 | Apr 10, 2018 8:00:27 AM org.eclipse.jetty.server.handler.ContextHandler$Context log jenkins_1

Obscure error running msbuild

2018-04-10 Thread Cyrille Claustre
Hello, I'm using Jenkins to build VS2017 projects (C#), with msbuild 15. My job produces compile errors (on a partial class), but running exactly the same command on the master (from Jenkins log) just goes fine. The command (from job's log) is just an msbuild on the .sln file. When I run a

BUG REQUEST QUALITY GATES PLUGIN

2018-04-10 Thread Virginia Mesa
Hi, It takes a while for me to get the Sonar QG plugin. I do not know if someone else will happen, install the new version (2.73) to see if it was solved, but nothing. I have debugged, and I see that I fail to do the requestPOST and GET. I returned a 401, and I thought it would be because I

RE: Extension points for declarative pipeline in shared library

2018-04-10 Thread Reinhold Füreder
@Francois: Thanks for sharing your approach (that did not come to my mind to be honest). Just for the sake of completeness and kind of praising Jenkins development listening to the needs of us users, please have a look at some of the new features for declarative pipelines just