Re: Userid and password for GitHub commit

2016-06-07 Thread Michael Couck
Hi Daniel, Exactly correct! But I am now a GitHub comitter :) Thanks, Cheers, Michael On Tuesday, 7 June 2016 22:37:37 UTC+2, Daniel Beck wrote: > > Hi Michael, > > Now I understand -- the reason you have no commit access is that you > committed to SVN until the bitter end. > > Made you a

Re: Newbie help : Unable to run Jenkins locally

2016-06-07 Thread suresh kumar
Hi Vivek, Try by running mvn hpi:run command. And the Url is http://localhost:8080/jenkins -Suresh On Tuesday, June 7, 2016 at 11:58:12 PM UTC+5:30, suresh kumar wrote: > > Hi Vivek, > Try by running mvn hpi:run command. > > -Suresh > > On Tuesday, June 7, 2016 at 8:12:33 PM UTC+5:30,

Re: Studying the evolution of Jenkins project

2016-06-07 Thread Kohsuke Kawaguchi
Also, a lot has happened to Jenkins project around that time, such as the renaming, CloudBees, SPI just to name a few. It's going to be hard to untangle what factor contributed how much. On Tue, Jun 7, 2016 at 4:51 PM Michael Neale wrote: > Hi Igor. Others are better

Build Failure trying to run blueocean-plugin

2016-06-07 Thread Jacob Fike
>From a fresh checkout of https://github.com/jenkinsci/blueocean-plugin (master), I run bin/setup.sh and get this error: [INFO] [INFO] Reactor Summary: [INFO] [INFO] Blue Ocean UI Parent ...

Re: Studying the evolution of Jenkins project

2016-06-07 Thread Michael Neale
Hi Igor. Others are better qualified to answer, but for github - I think most projects that migrate there from other platforms obtain more contribution due to the basic popularity of github, and visibility. On Wednesday, June 8, 2016 at 6:03:23 AM UTC+10, Igor Steinmacher wrote: > > > Hi

Re: [Blue Ocean] Design for "Loading Screens"

2016-06-07 Thread Michael Neale
Some good ideas in there. One thing I am curious about is if people look for their "browser loading" as a sign of "things happening" (I am not actually sure myself, I think I ignore it) - which makes interstitials even more important (including some animation to show action). Facebook seems

Re: [Blue Ocean] Build failure when compiling BlueOcean : Dashboard in a Windows 7 PC

2016-06-07 Thread Michael Neale
Right - I guess if the aim is to just try things, this will be in the update center soon one way or another for people to try. In the meantime, if all the hpi's are copied into the plugins dir of a running jenkins (and transitive dependencies satisfied) - then it should work. On Wednesday,

Re: Userid and password for GitHub commit

2016-06-07 Thread Daniel Beck
Hi Michael, Now I understand -- the reason you have no commit access is that you committed to SVN until the bitter end. Made you a committer to the repo, you just need to accept the invitation into the jenkinsci organization. Daniel > On 07.06.2016, at 20:04, Michael Couck

[Blue Ocean] Design for "Loading Screens"

2016-06-07 Thread Cliff Meyers
I wanted to take an opportunity to share some work I've been doing around the user experience in Blue Ocean, specifically in the area of "progress and interstitial states", more commonly known as "loading screens." We want to make sure that users understand when the application is busy loading

Re: [Jenkins-infra] Scheduled infrastructure maintenance window June 3 00:00 UTC

2016-06-07 Thread Joe Hansche
Ah, yes, I don't recall receiving anything about that. It's possible that the two emails are different because my company rebranded to a new name, but that was in 2012. If it's still using the old email address, it should instead be the JIRA notification email -- as I am receiving those

Re: Newbie help : Unable to run Jenkins locally

2016-06-07 Thread suresh kumar
Hi Vivek, Try by running mvn hpi:run command. -Suresh On Tuesday, June 7, 2016 at 8:12:33 PM UTC+5:30, vi...@vivekganesan.com wrote: > > Hi, > > When I run the mvn jenkins-dev:run command and open the URL > http://localhost:8080/ , I see a blank page with text: Directory:/ > > I am following

Re: [Blue Ocean] Build failure when compiling BlueOcean : Dashboard in a Windows 7 PC

2016-06-07 Thread Tom Fennelly
On Tuesday, June 7, 2016 at 5:23:18 PM UTC+1, Ian Ceicys wrote: > > I tried the same steps and got the same result as Itai > My guess is that the symlink in blueocean-web is screwing things up for windows hence no styles etc. -- You received this message because you are subscribed to the

Re: Userid and password for GitHub commit

2016-06-07 Thread Michael Couck
Hi Daniel, My GitHub userid is michaelcouck and the repo is - https://github.com/jenkinsci/serenity-plugin Cheers, Michael On Tuesday, 7 June 2016 17:29:13 UTC+2, Daniel Beck wrote: > > You'll need to tell us your GitHub user name and the repository. > > > On 07.06.2016, at 16:44, Michael

Re: [Blue Ocean] Tracking NPM dependencies and managing the js download sizes

2016-06-07 Thread Tom Fennelly
On 7 June 2016 at 17:14, Robert Sandell wrote: > Are there any code sharing between bundles? > I mean if two bundles are using jquery 1.99.3 will there be two separate > instances of that code downloaded and compiled? Or is the various packages > downloaded independently

Re: [Jenkins-infra] Scheduled infrastructure maintenance window June 3 00:00 UTC

2016-06-07 Thread R. Tyler Croy
(replies inline) On Tue, 07 Jun 2016, Joe Hansche wrote: > Did anything about this change the way JIRA login is authenticated? I've > tried my usual username and password, and it reports that it's wrong. When > I try to reset my password, I am not receiving the email. The reset > password

Re: [Blue Ocean] Build failure when compiling BlueOcean : Dashboard in a Windows 7 PC

2016-06-07 Thread Ian Ceicys
I tried the same steps and got the same result as Itai. Video (4 min) with repo steps: https://www.youtube.com/watch?v=oSD4AiI2i3s Thanks, Ian On Tuesday, June

Re: [Blue Ocean] Tracking NPM dependencies and managing the js download sizes

2016-06-07 Thread Robert Sandell
Are there any code sharing between bundles? I mean if two bundles are using jquery 1.99.3 will there be two separate instances of that code downloaded and compiled? Or is the various packages downloaded independently and then just instantiated separately in each module? /B On Tue, Jun 7, 2016 at

[Blue Ocean] Tracking NPM dependencies and managing the js download sizes

2016-06-07 Thread Tom Fennelly
Thought I'd share something with those interested in Blue Ocean wrt how we're building things there and some of the challenges we're trying to deal with. The Blue Ocean (BO) UI is a single page app (SPA), with lots of client-side JavaScript, using new frameworks/tools/libs such as React, Redux

Re: Userid and password for GitHub commit

2016-06-07 Thread Daniel Beck
You'll need to tell us your GitHub user name and the repository. > On 07.06.2016, at 16:44, Michael Couck wrote: > > Hi, > > Sorry to be a bore, but could someone please point out how I can commit to my > own project ;) (Serenity... Just upgraded to Java 8, as you

Re: [Jenkins-infra] Scheduled infrastructure maintenance window June 3 00:00 UTC

2016-06-07 Thread Joe Hansche
Did anything about this change the way JIRA login is authenticated? I've tried my usual username and password, and it reports that it's wrong. When I try to reset my password, I am not receiving the email. The reset password page also states that you can enter the email address associated with

RE: Userid and password for GitHub commit

2016-06-07 Thread Michael Couck
Hi, Sorry to be a bore, but could someone please point out how I can commit to my own project ;) (Serenity... Just upgraded to Java 8, as you do...) Been so long, didn't commit to the GitHub repo yet, tried the java.net credentials with no luck, and my own GitHub credentials too of course.

Newbie help : Unable to run Jenkins locally

2016-06-07 Thread vivek
Hi, When I run the mvn jenkins-dev:run command and open the URL http://localhost:8080/ , I see a blank page with text: Directory:/ I am following the instructions at https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins Any help to see the Jenkins homepage is greatly appreciated.

Re: Automatic Plugin Documentation [GSOC 2016]

2016-06-07 Thread Cynthia Anyango
I have updated my template with the code that pulls the files from github . Some of the assumptions that I have made : 1. All plugin repositories have the keyword "plugin" 2. The plugins are affiliated with github.com/jenkinsci

Re: [Blue Ocean] Build failure when compiling BlueOcean : Dashboard in a Windows 7 PC

2016-06-07 Thread Itai Sanders
my bad. I started it from the dashboard dir instead of the plugin dir. it seems to work, but graphics didn't load. [image: Inline image 1] I tested it also on my Windows 7 computer just to make sure it's not something to do with Windows Server security. got same results. Itai Sanders

Re: Calling scheduleBuild2 does not pass along parameters

2016-06-07 Thread Sverre Moe
I defined it in the wrong place it looks like This project is parameterized Boolean Parameter Then the parameter was passed to the downstream build tirsdag 7. juni 2016 13.11.05 UTC+2 skrev Sverre Moe følgende: > > I tried that > In the downstream job configuration: > Prepare an environment for

Re: Calling scheduleBuild2 does not pass along parameters

2016-06-07 Thread Sverre Moe
I tried that In the downstream job configuration: Prepare an environment for the run -> Properties Content -> UPSTREAM_TRIGGERED=false Did not work. tirsdag 7. juni 2016 12.57.21 UTC+2 skrev Antonio Muñiz følgende: > > On Tue, Jun 7, 2016 at 12:52 PM, Sverre Moe > wrote:

Re: Calling scheduleBuild2 does not pass along parameters

2016-06-07 Thread Antonio Muñiz
On Tue, Jun 7, 2016 at 12:52 PM, Sverre Moe wrote: > How/where do i define the parameter? The parameter must be defined in the downstream job (as any other parameterized job). -- Antonio Muñiz Software Engineer CloudBees, Inc. -- You received this message because you

Re: Calling scheduleBuild2 does not pass along parameters

2016-06-07 Thread Sverre Moe
Using Jenkins 2.8. How/where do i define the parameter? 1) For regular build jobs Tried: Prepare an environment for the run -> Properties Content -> UPSTREAM_TRIGGERED=false Did not work. The value if always false, even if ProjectA sends the value with true. 2) For pipeline jobs Tried:

Re: pipeline editor plugin

2016-06-07 Thread Ioannis Moutsatsos
I would say that a pipeline has to process, filter or transform artifact(s) in a series of steps/stages. So in a pipeline there is a pretty clear definition of an input/output. A workflow may not have such clear definition and instead is more of the orchestration of actions to achieve a

Re: Calling scheduleBuild2 does not pass along parameters

2016-06-07 Thread Antonio Muñiz
If you are using Jenkins 1.651.2 (or 2.3+) you are hitting the SECURITY-170 fix: undeclared parameters are ignored (and not injected as env vars). You have to define the parameter (`UPSTREAM_TRIGGERED`) in the downstream build. On Tue, Jun 7, 2016 at 9:39 AM, Sverre Moe

Re: [Blue Ocean] Build failure when compiling BlueOcean : Dashboard in a Windows 7 PC

2016-06-07 Thread Tom Fennelly
Can you go to the plugins page and check that the Blue Ocean plugin is actually installed. Something looks strange here. How are you running and from where are you running ? On 7 June 2016 at 10:00, Itai Sanders wrote: > status report: > got the in-project jenkins to run

Re: [Blue Ocean] Build failure when compiling BlueOcean : Dashboard in a Windows 7 PC

2016-06-07 Thread Itai Sanders
status report: got the in-project jenkins to run under http://localhost:8080/jenkins I didn't understand at first that this is going to run on a different jenkins instance. too bad, cause I was hoping to test our daily work with jenkins using blue ocean and report here. even created a small

Re: [Blue Ocean] Build failure when compiling BlueOcean : Dashboard in a Windows 7 PC

2016-06-07 Thread Tom Fennelly
On Tuesday, June 7, 2016 at 9:01:14 AM UTC+1, Itai Sanders wrote: > > ok, I ran it without the testing. > now it compiles, but wouldn't start on the same port that Jenkins is using > (8080): > >> FAILED ServerConnector@5949bcfe{HTTP/1.1}{0.0.0.0:8080}: >> java.net.BindException: Address already

Calling scheduleBuild2 does not pass along parameters

2016-06-07 Thread Sverre Moe
I am trying to pass a parameter to a scheduled build, but the build does not get the parameter. When ProjectA schedule a build of ProjectB it should pass along a parameter I called UPSTREAM_TRIGGERED. When ProjectB starts building there are no parameters passed in from ProjectA. I have the

Re: [Blue Ocean] Build failure when compiling BlueOcean : Dashboard in a Windows 7 PC

2016-06-07 Thread Tom Fennelly
Hi guys. For now, in order to get a build to completion on Windows, you'll need to build with the -DskipTests switch e.g. mvn clean install -DskipTests We have a job to go back and fix the tests to run on Windows. On 7 June 2016 at 08:16, Michael Neale wrote: > Right,

Re: [GSoC2016] Jenkins WebUI

2016-06-07 Thread Michael Neale
On Monday, June 6, 2016 at 10:00:21 PM UTC+10, Samat Davletshin wrote: > > Hello! > I would like to ask about item types when a new job is created. > It seems that add-item.js puts item types into categories: > standalone-projects, uncategorized, nested-projects. > > What is the purpose of

Re: [Blue Ocean] Build failure when compiling BlueOcean : Dashboard in a Windows 7 PC

2016-06-07 Thread Michael Neale
Right, the tests will need to be changed to accomodate windows. Looking at: https://github.com/jenkinsci/blueocean-plugin/blob/master/blueocean-rest-impl/src/test/java/io/jenkins/blueocean/service/embedded/PipelineNodeTest.java#L33 You can see it is using shell steps which will fail in this