Re: trigger Jenkins build on git commit without using hook

2017-11-26 Thread 'Pulkit Lall' via Jenkins Users
Hi Mark,
Thank you for replying.

I am not against not using "hooks" but I do not want to update git repo and 
thus thought if there is a way to trigger Jenkins build on git commit 
without using hooks.
If there is no alternative then I will have to use git hooks.

Pulkit Lall

On Monday, 27 November 2017 10:19:27 UTC+5:30, Mark Waite wrote:
>
> Can you explain why you don't want to use "hooks"?
>
> Is your objection to webhooks (as used by github, bitbucket, gitea and 
> others) or to repository hook scripts (like post-receive)?
>
> The "polling must die" blog post from Kohsuke explains why the 
> /git/notifyCommit technique is better than polling.  However, it is 
> generally implemented as a post-receive hook in the git repository.  The 
> post-receive hook script is called when commits are pushed to the 
> repository.
>
> Mark Waite
>
> On Sun, Nov 26, 2017 at 9:34 PM 'Pulkit Lall' via Jenkins Users <
> jenkins...@googlegroups.com > wrote:
>
>> Also would not like to use time in polling (Sorry, forgot to add in 
>> original post)
>>
>>
>> On Monday, 27 November 2017 09:53:48 UTC+5:30, Pulkit Lall wrote:
>>>
>>> Hi,
>>> We have a internal enterprise git repo (not github) which has many 
>>> branches. I want Jenkins to trigger a build once checkin is made to git 
>>> repo but I do not want to use git hooks.
>>> I would like to know if there is any other way to trigger Jenkins build 
>>> on git commit without using hooks.
>>>
>>> TIA
>>>
>>> Regards,
>>> Pulkit Lall
>>>
>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/1a39bd1b-8236-462d-a28e-d77551d74f20%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/691cd1fc-d3fe-419d-9fe8-68db0f85c1b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: trigger Jenkins build on git commit without using hook

2017-11-26 Thread Mark Waite
Can you explain why you don't want to use "hooks"?

Is your objection to webhooks (as used by github, bitbucket, gitea and
others) or to repository hook scripts (like post-receive)?

The "polling must die" blog post from Kohsuke explains why the
/git/notifyCommit technique is better than polling.  However, it is
generally implemented as a post-receive hook in the git repository.  The
post-receive hook script is called when commits are pushed to the
repository.

Mark Waite

On Sun, Nov 26, 2017 at 9:34 PM 'Pulkit Lall' via Jenkins Users <
jenkinsci-users@googlegroups.com> wrote:

> Also would not like to use time in polling (Sorry, forgot to add in
> original post)
>
>
> On Monday, 27 November 2017 09:53:48 UTC+5:30, Pulkit Lall wrote:
>>
>> Hi,
>> We have a internal enterprise git repo (not github) which has many
>> branches. I want Jenkins to trigger a build once checkin is made to git
>> repo but I do not want to use git hooks.
>> I would like to know if there is any other way to trigger Jenkins build
>> on git commit without using hooks.
>>
>> TIA
>>
>> Regards,
>> Pulkit Lall
>>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/1a39bd1b-8236-462d-a28e-d77551d74f20%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHu%3DzcGedjqbMhh9d2WDqzdehDsw%3DG_q_MxOKY1DdOhGQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


trigger Jenkins build on git commit without using hook

2017-11-26 Thread 'Pulkit Lall' via Jenkins Users
Hi,
We have a internal enterprise git repo (not github) which has many 
branches. I want Jenkins to trigger a build once checkin is made to git 
repo but I do not want to use git hooks.
I would like to know if there is any other way to trigger Jenkins build on 
git commit without using hooks.

TIA

Regards,
Pulkit Lall

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8be38972-1c00-4cf8-8e33-abca09883cea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Suggestions for a jenkins dashboard

2017-11-26 Thread niristotle okram
Thanks for the suggestion, i will definitely give a try on that!

On Sun, Nov 26, 2017 at 7:17 AM Baptiste Mathus  wrote:

> Being the maintainer of Radiator View Plugin, I'm not very objective, but
> I can at least confirm it seems like it would work very fine for your goal.
> We do have it deployed and used on our instance, and it works well for us.
> And it was also used by many teams, and probably still is, in my previous
> company.
>
> My 2 cents
>
> 2017-11-08 18:00 GMT+01:00 James Telfer :
>
>> We use Atlasboard (https://bitbucket.org/atlassian/atlasboard) along
>> with the Atlasboard Jenkins Package (
>> https://github.com/incentro/atlasboard-jenkins-package) to display build
>> status.
>>
>> Pretty simple to get set up as it goes, and the views are driven by
>> creating views in Jenkins, so very easy to customise what gets shown where
>> one it's set up.
>>
>> On Monday, 6 November 2017 16:43:43 UTC, ok999 wrote:
>>>
>>> hi all,
>>>
>>> i am looking for suggestion on some simple (yet proven) jenkins
>>> dashboards. I don't want to spend time on somethings that's already there.
>>>
>>> I am just trying to cast some job status, nothing fancy. But being if
>>> fancy is a feature, i will take it :)
>>>
>>> Thanks !
>>>
>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/4f36d0c0-2c65-4b70-9dab-d55b3c8268e2%40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS6sJ%3DhGxWz%3DGHbk3Urc%3D5r2sXQhFbzqNuRNkA4VR6irTw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Sent from mobile device, excuse typos if any.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPzcO4g6JJ9qHaL-jbT1QVriFH2Fx1wbp2piW-7sXrpsc%2BkWZg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Failure for initial Build

2017-11-26 Thread Victor Martinez
That particular error message doesn't provide enough details though, and it 
might be related to some environmental issue or something else, therefore 
I'd suggest to use some maven flags to detect what's the real error 
underneath:

-e, --errorsProduce execution error messages-X, --debugProduce execution 
debug output

Further details:
- http://books.sonatype.com/mvnref-book/reference/running-sect-options.html

Cheers

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/94e8e71b-144f-4c04-9cf0-654169c3b80c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: run jenkins pipeline fails "docker": error=2, No such file or directory

2017-11-26 Thread Oleg Nenashev
Hi,

Docker CLI tool needs to be installed on the machine and available in PATH 
if you do not specify a Docker tool installation to be used. 
See the withTool() documentation if you need to specify a tool path: 
https://github.com/jenkinsci/docker-workflow-plugin/blob/f32bca9148471ff7381f5404a747b0151305996e/src/main/resources/org/jenkinsci/plugins/docker/workflow/DockerDSL/help.jelly#L31-L37

Best regards,
Oleg Nenashev


пятница, 24 ноября 2017 г., 11:27:02 UTC+3 пользователь Lynn Lin написал:
>
> hi
>
> I am following this guide to have a run jenkins pipeline in my mac  
> https://jenkins.io/doc/pipeline/tour/agents/ 
>
> pipeline {
> agent {
> docker { image 'node:7-alpine' }
> }
> stages {
> stage('Test') {
> steps {
> sh 'node --version'
> }
> }
> }
> }
>
>
>
>
>
> and it reports below error
>
> [pipeline] Running shell script
> + docker pull node:7-alpine
> 7-alpine: Pulling from library/node
> Digest: 
> sha256:4954ce53247180e207772f936223b11d52a7e4ee712dfe73fe2a75e39f785067
> Status: Image is up to date for node:7-alpine[Pipeline] }[Pipeline] // 
> stage[Pipeline] sh[pipeline] Running shell script
> + docker inspect -f . node:7-alpine
> .[Pipeline] withDockerContainer[Pipeline] // withDockerContainer[Pipeline] 
> }[Pipeline] // node[Pipeline] End of Pipelinejava.io.IOException: error=2, No 
> such file or directory
>   at java.lang.UNIXProcess.forkAndExec(Native Method)
>   at java.lang.UNIXProcess.(UNIXProcess.java:247)
>   at java.lang.ProcessImpl.start(ProcessImpl.java:134)
>   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
>   at hudson.Proc$LocalProc.(Proc.java:249)
>   at hudson.Proc$LocalProc.(Proc.java:218)
>   at hudson.Launcher$LocalLauncher.launch(Launcher.java:930)
>   at hudson.Launcher$ProcStarter.start(Launcher.java:450)
>   at 
> org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:279)
>   at 
> org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:260)
>   at 
> org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:257)
>   at 
> org.jenkinsci.plugins.docker.workflow.client.DockerClient.version(DockerClient.java:229)
>   at 
> org.jenkinsci.plugins.docker.workflow.WithContainerStep$Execution.start(WithContainerStep.java:141)
>   at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:224)
>   at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:150)
>   at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMetho
>
> at 
> org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:48)
>   at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
>   at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
>   at 
> com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:19)
> Caused: java.io.IOException: Cannot run program "docker": error=2, No such 
> file or directory
>   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
>   at hudson.Proc$LocalProc.(Proc.java:249)
>   at hudson.Proc$LocalProc.(Proc.java:218)
>   at hudson.Launcher$LocalLauncher.launch(Launcher.java:930)
>   at hudson.Launcher$ProcStarter.start(Launcher.java:450)
>   at 
> org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:279)
>   at 
> org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:260)
>   at 
> org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:257)
>   at 
> org.jenkinsci.plugins.docker.workflow.client.DockerClient.version(DockerClient.java:229)
>   at 
> org.jenkinsci.plugins.docker.workflow.WithContainerStep$Execution.start(WithContainerStep.java:141)
>   at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:224)
>   at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:150)
>   at 
> org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:108)
>   at 
> org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:48)
>   at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
>   at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
>   at 
> com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:19)
>   at 
> org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(jar:file:/Users/linxin/.jenkins/plugins/docker-workflow/WEB-INF/lib/docker-workflow.jar!/org/jenkinsci/plugins/docker/workflow/Docker.groovy:1
>
>

-- 
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 

Re: Dynamically load multiple libraries in one step

2017-11-26 Thread Oleg Nenashev
AFAIK no, but you can create a feature request in Jenkins JIRA.


четверг, 23 ноября 2017 г., 12:55:47 UTC+3 пользователь Shiran написал:
>
> Hi,
> As explained here , 
> a library can be dynamically retrieved in the following way:
>
> library identifier: 'custom-lib@master', retriever: modernSCM(
>   [$class: 'GitSCMSource',
>remote: 'g...@git.mycorp.com:my-jenkins-utils.git',
>credentialsId: 'my-private-key'])
>
>
> Is there a way to load *multiple *libraries in the same command?
>
> For example, instead of: 
>
> library identifier: 'first-lib@master', retriever: modernSCM(
>   [$class: 'GitSCMSource',
>remote: 'g...@git.mycorp.com:my-jenkins-utils.git',
>credentialsId: 'my-private-key'])
>
> library identifier: 'second-lib@master', retriever: modernSCM(
>   [$class: 'GitSCMSource',
>remote: 'g...@git.mycorp.com:my-jenkins-utils.git',
>credentialsId: 'my-private-key'])
>
>
> I want to do something like this (not working):
>
> library identifier: ['first-lib@master', 'second-lib@master'], retriever: 
> modernSCM(
>
>   [$class: 'GitSCMSource',
>remote: 'g...@git.mycorp.com:my-jenkins-utils.git',
>credentialsId: 'my-private-key'])
>
>
>
> Thanks! :)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d54b6f6c-adf7-4970-9d4e-dcae1ea20793%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Oleg Nenashev
Hello,

I have tried to install the specified version several times on my Windows 
10 Pro amd64 version. I was unable to reproduce the issue after trying the 
installer with several different registry settings. I would assume that the 
instance actually had a non-clean JENKINS_HOME directory when you tried the 
installation. 

If you manage to reproduce the issue again, please follow the security 
issue reporting guidelines: 
https://jenkins.io/security/#reporting-vulnerabilities

Best regards,
Oleg Nenashev


воскресенье, 26 ноября 2017 г., 16:32:17 UTC+3 пользователь masaru 
tsuchiyama написал:
>
> Hi, 
>
> I re-download jenkins-2.91.zip 
> And I reinstalled Jenkins, but it didn't happen. 
>
> This is what I had done when I could reproduce it. 
>
> 1. recover Windows 10 Pro with the recovery disk. 
> 2. download jenkins-2.91.zip 
> 3. extract it. 
> 4. double-click jenkins.msi 
> 5. change the install folder from 'C:\Program Files (x86)\Jenkins' to 
> C:\Jenkins 
> 6. open browser automatically. 
> 7. the warning that jenkins security is disabled is shows up. 
>
> Regards. 
> Masaru. 
>
> Baptiste Mathus wrote: 
> > The issue had been confirmed and fixed in 2.81 for the 2.80. 
> > 
> > For the 2.91, I just tried using the Docker image, and couldn't 
> > reproduce either as you say. So either you need to come up with a way to 
> > reproduce, or I guess we'll assume you maybe actually didn't have a 
> > clean env on  that Windows 10 pro install you're talking about. 
> > 
> > Cheers 
> > 
> > 2017-11-26 9:31 GMT+01:00 Masaru Tsuchiyama   
> > >: 
> > 
> > Hello 
> > 
> > I installed Jenkins 2.91 cleanly on clean-installed Windows 10 Pro. 
> > But the security of Jenkins was disabled. 
> > 
> > I also tried it on Fedora 27 too. 
> > But I couldn't reproduce it. 
> > 
> > I had reported this for Jenkins 2.80 too. 
> > 
> https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ
>  
> > <
> https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ>
>  
>
> > 
> > Regards. 
> > Masaru 
> > 
> > -- 
> > 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-use...@googlegroups.com  
> > . 
>
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com
>  
> > <
> https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com>.
>  
>
> > For more options, visit https://groups.google.com/d/optout 
> > . 
> > 
> > 
> > -- 
> > 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-use...@googlegroups.com  
> > . 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com
>  
> > <
> https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com?utm_medium=email_source=footer>.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
>
>
> -- 
> Masaru Tsuchiyama  
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e94be2d1-5574-4a25-862c-6a16b9928165%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Masaru Tsuchiyama

Hi,

I re-download jenkins-2.91.zip
And I reinstalled Jenkins, but it didn't happen.

This is what I had done when I could reproduce it.

1. recover Windows 10 Pro with the recovery disk.
2. download jenkins-2.91.zip
3. extract it.
4. double-click jenkins.msi
5. change the install folder from 'C:\Program Files (x86)\Jenkins' to
   C:\Jenkins
6. open browser automatically.
7. the warning that jenkins security is disabled is shows up.

Regards.
Masaru.

Baptiste Mathus wrote:

The issue had been confirmed and fixed in 2.81 for the 2.80.

For the 2.91, I just tried using the Docker image, and couldn't 
reproduce either as you say. So either you need to come up with a way to 
reproduce, or I guess we'll assume you maybe actually didn't have a 
clean env on  that Windows 10 pro install you're talking about.


Cheers

2017-11-26 9:31 GMT+01:00 Masaru Tsuchiyama >:


Hello

I installed Jenkins 2.91 cleanly on clean-installed Windows 10 Pro.
But the security of Jenkins was disabled.

I also tried it on Fedora 27 too.
But I couldn't reproduce it.

I had reported this for Jenkins 2.80 too.

https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ



Regards.
Masaru

-- 
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 view this discussion on the web visit

https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com

.
For more options, visit https://groups.google.com/d/optout
.


--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.



--
Masaru Tsuchiyama 

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2f255309-89a0-2c69-968f-1efbe2c5028f%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Suggestions for a jenkins dashboard

2017-11-26 Thread Baptiste Mathus
Being the maintainer of Radiator View Plugin, I'm not very objective, but I
can at least confirm it seems like it would work very fine for your goal.
We do have it deployed and used on our instance, and it works well for us.
And it was also used by many teams, and probably still is, in my previous
company.

My 2 cents

2017-11-08 18:00 GMT+01:00 James Telfer :

> We use Atlasboard (https://bitbucket.org/atlassian/atlasboard) along with
> the Atlasboard Jenkins Package (https://github.com/incentro/
> atlasboard-jenkins-package) to display build status.
>
> Pretty simple to get set up as it goes, and the views are driven by
> creating views in Jenkins, so very easy to customise what gets shown where
> one it's set up.
>
> On Monday, 6 November 2017 16:43:43 UTC, ok999 wrote:
>>
>> hi all,
>>
>> i am looking for suggestion on some simple (yet proven) jenkins
>> dashboards. I don't want to spend time on somethings that's already there.
>>
>> I am just trying to cast some job status, nothing fancy. But being if
>> fancy is a feature, i will take it :)
>>
>> Thanks !
>>
> --
> 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 view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/4f36d0c0-2c65-4b70-9dab-d55b3c8268e2%40googlegroups.
> com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS6sJ%3DhGxWz%3DGHbk3Urc%3D5r2sXQhFbzqNuRNkA4VR6irTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Parameterized Scheduler is not working in the Jenkins

2017-11-26 Thread Baptiste Mathus
Yes, this issue is documented on
https://github.com/jenkinsci/parameterized-scheduler-plugin/blob/master/README.md#configuration
though I agree this is really not user-friendly.

Cheers

2017-11-15 16:36 GMT+01:00 Jackson, Randy :

> Rishabh,
>
> One little quirk I also found is that you must add your parameter names to
> the job through the “This project is parameterized” option, save the job,
> then go back into configure and you should then see the “Build periodically
> with parameters” option, where you can add the run times and parameter
> values.
>
> Randy
>
>
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@
> googlegroups.com] *On Behalf Of *Rishabh Bakshi
> *Sent:* Wednesday, November 15, 2017 5:21 AM
> *To:* Jenkins Users
> *Subject:* Parameterized Scheduler is not working in the Jenkins
>
>
>
>
>
> Hellow everyone,
>
>
>
>
> 
>
> See this image i have installed "Parameterized Scheduler" plugin
>
> But this plugin is not continued by the jenkins
>
>
>
> https://wiki.jenkins.io/display/JENKINS/Plugins
>
>
>
> See this link also
>
> https://github.com/jenkinsci/parameterized-scheduler-
> plugin/blob/master/README.md
>
>
>
>
> 
>
> when i setup the project to Jenkins, i m not getting this option.
>
>
>
>
> 
>
>
>
>
>
> If their is no solution of this problem then suggest me the substitute for
> this plugin
>
>
>
> Regards
>
> Rishabh
>
>
>
> --
> 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 view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/f4bb353c-977c-481e-a840-8095a2f08673%40googlegroups.
> com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
> --
> This email is intended solely for the named addressee(s) and may be
> confidential or contain privileged information. Review, disclosure,
> copying, distribution, or use of this email by anyone other than an
> intended recipient is strictly prohibited. If you received this email in
> error, please delete it from your system and notify the sender immediately.
> While precautions have been taken to help ensure no computer viruses are
> present, there is a risk whenever transmitting emails or downloading
> attachments. The sender will not be liable for any loss or damage resulting
> from any malware in this communication or for improper or incomplete
> transmission of its contents or for any delay in its receipt.
>
> --
> 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 view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/3994D3AA09885B4CACC3D00FFD6022
> 1F011A58BE03%40MX-EXMB1-PRD.infarmbureau.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS6baaukYYZj7R8Rvx6MatFSEJCPnPEPw702gWBB%2BKkKdg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Baptiste Mathus
The issue had been confirmed and fixed in 2.81 for the 2.80.

For the 2.91, I just tried using the Docker image, and couldn't reproduce
either as you say. So either you need to come up with a way to reproduce,
or I guess we'll assume you maybe actually didn't have a clean env on  that
Windows 10 pro install you're talking about.

Cheers

2017-11-26 9:31 GMT+01:00 Masaru Tsuchiyama :

> Hello
>
> I installed Jenkins 2.91 cleanly on clean-installed Windows 10 Pro.
> But the security of Jenkins was disabled.
>
> I also tried it on Fedora 27 too.
> But I couldn't reproduce it.
>
> I had reported this for Jenkins 2.80 too.
> https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4
> W5oI0/zZv9bgiyAgAJ
>
> Regards.
> Masaru
>
> --
> 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 view this discussion on the web visit https://groups.google.com/d/ms
> gid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins Failure for initial Build

2017-11-26 Thread Sridhar Babu
Hi I am new to Jenkins and started Learning and for my trail getting below 
Failure message.
Could you please tell me what could be the issue

Building in workspace C:\Program Files (x86)\Jenkins\workspace\atmosphere
 > C:\Program Files\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files\Git\bin\git.exe config remote.origin.url 
 > https://github.com/g0t4/jenkins2-course-spring-boot.git # timeout=10
Fetching upstream changes from 
https://github.com/g0t4/jenkins2-course-spring-boot.git
 > C:\Program Files\Git\bin\git.exe --version # timeout=10
 > C:\Program Files\Git\bin\git.exe fetch --tags --progress 
 > https://github.com/g0t4/jenkins2-course-spring-boot.git 
 > +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files\Git\bin\git.exe rev-parse 
 > "refs/remotes/origin/master^{commit}" # timeout=10
 > C:\Program Files\Git\bin\git.exe rev-parse 
 > "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 4bde91e33e2860b2aab142028c04eff37b7791f2 
(refs/remotes/origin/master)
 > C:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
 > C:\Program Files\Git\bin\git.exe checkout -f 
 > 4bde91e33e2860b2aab142028c04eff37b7791f2
Commit message: "Adding in jacoco code coverage"
 > C:\Program Files\Git\bin\git.exe rev-list 
 > 4bde91e33e2860b2aab142028c04eff37b7791f2 # timeout=10*[atmosphere] $ cmd.exe 
 > /C "mvn -f spring-boot-samples/spring-boot-sample-atmosphere/pom.xml compile 
 > && exit %%ERRORLEVEL%%"*
\Jenkins\workspace\atmosphere\spring-boot-samples\spring-boot-sample-atmosphere 
was unexpected at this time.
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/353b58b0-8741-4ff4-8152-cebb71d827f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Provisioning Docker Containers on a Remote Host Using Jenkins Master

2017-11-26 Thread Sujeet Kumar Padhi
Thanks for the reply Nicolas. I am quite new to Devops. It would be very 
helpful if you can elaborate a little bit about the docker plugin and steps 
or any blogs/docs i can follow.
 

On Saturday, November 25, 2017 at 11:46:18 PM UTC+5:30, nicolas de loof 
wrote:
>
> Please give more details on what you want to do with this remote machine.
>
> I assume you want to use it as a Jenkins agent to host build, not running 
> on your master node. Then using docker plugin you can configure a "cloud" 
> to access this remote Docker API (with adequate TLS keys registered as 
> credentials) and define an agent template so your builds can allocate a 
> transient build agent on this remote node. You'll need to define a label in 
> this template so your job are configured with this label, and Jenkins knows 
> they are supposed to run here.
>
> 2017-11-25 12:50 GMT+01:00 Sujeet Kumar Padhi  >:
>
>> I have Docker Engine installed on an Ubuntu 14.04 LTS Server. I have 
>> activated the Docker API as well by making some changes to the config files 
>> and I am able to access the APIs.
>>
>> I have jenkins installed on another Ubuntu 14.04 server.
>>
>> Can somebody please help me with the steps to build/run images on the 
>> remote docker server with the help if Jenkins.
>> I am not able to find any proper steps or plugin present in Jenkins to 
>> run the Docker commands remotely.
>>
>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/865e9f0e-c178-4a4f-a4ee-504faf1c94b4%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d0c5417e-9180-4390-a715-b6b8fcba78a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Masaru Tsuchiyama

Hello

I installed Jenkins 2.91 cleanly on clean-installed Windows 10 Pro.
But the security of Jenkins was disabled.

I also tried it on Fedora 27 too.
But I couldn't reproduce it.

I had reported this for Jenkins 2.80 too.
https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ

Regards.
Masaru

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com.
For more options, visit https://groups.google.com/d/optout.