Re: Jenkins: remote windows build slave

2017-11-07 Thread Jeeva Chelladhurai
I have ssh port open, Is it possible to setup SSH slave on Windows? - Jeeva On Wed, Nov 8, 2017 at 12:44 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > If Jenkins is served over https and you only have jnlp4 protocol enabled, > and you > lock down security on the master, it

Re: Jenkins: remote windows build slave

2017-11-07 Thread Stephen Connolly
If Jenkins is served over https and you only have jnlp4 protocol enabled, and you lock down security on the master, it should be. If somebody gets their hands on an agent secret, they can take over your master... My masters have that port on vpn network only. On Wed 8 Nov 2017 at 06:31, Björn

Re: Jenkins: remote windows build slave

2017-11-07 Thread Björn Rohlén
Hello. No. Regards, -Björn On Wednesday, 8 November 2017 07:08:28 UTC+1, Jeeva Chelladhurai wrote: > > Hello all! > > I want to configure windows build slave which is accessed over a public > internet. > > Is JNLP though port 50,000 safe in a public domain? > > What is your recommendation? >

Jenkins: remote windows build slave

2017-11-07 Thread Jeeva Chelladhurai
Hello all! I want to configure windows build slave which is accessed over a public internet. Is JNLP though port 50,000 safe in a public domain? What is your recommendation? Thanks, Jeeva -- Jeeva K S Chelladhurai -- You received this message because you are subscribed to the Google Groups

Re: [ANN] GitHub Branch Source 2.3.0 now with tag discovery

2017-11-07 Thread Stephen Connolly
On Wed 8 Nov 2017 at 00:34, David Karlsen wrote: > Will the stash/bitbucket flavour follow? > Well I do not have the time to implement it myself right now If somebody wants to try i’m happy to review I have two potential people in mind but I do not control their

Re: [ANN] GitHub Branch Source 2.3.0 now with tag discovery

2017-11-07 Thread David Karlsen
Will the stash/bitbucket flavour follow? 2017-11-07 15:47 GMT+01:00 Stephen Connolly : > It took a long time to get this merged, but the 2.3.0 release now supports > tag discovery. > > Release notes are here: https://wiki.jenkins.io/ >

Re: Multibranch Pipeline - inbuilt "Checkout SCM" stage, how to change clone directory?

2017-11-07 Thread Andy Coates
Thanks - definitely helped preventing two checkouts at least! I guess I was a little surprised there is no options for that initial checkout, but still workable like this. Andy. On Monday, 6 November 2017 12:40:14 UTC+11, Mark Waite wrote: > > You may need to use the "skipDefaultCheckout"

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread Stephen Connolly
On 7 November 2017 at 13:32, itchymuzzle wrote: > > This only accepts username/password credentials > > Ok, but ... > > Bitbucket has my public key, and the Jenkins credential has my private key. > And accessing the Bitbucket REST API only works over http (because it's

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread itchymuzzle
> This only accepts username/password credentials Ok, but ... Bitbucket has my public key, and the Jenkins credential has my private key. -- You received this

Jenkins slow loading repo using gitand https

2017-11-07 Thread Martin9700
Hi Everyone, Strange thing going on and I'm not sure how to fix it. We have a Jenkins instance in Azure, trying to download contents of a repo that happens to be in Amazon. If you do a git clone from the command line the repo will download in about a minute and a half, but if you try to do

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread Stephen Connolly
On Tue 7 Nov 2017 at 20:01, itchymuzzle wrote: > Looking back at my notes I am not using bitbucket App password, that item > must have been left over from my very first attempts. So my bad on that > item. > > But I still have the original issue, that when I am creating a

Re: Slow loading of job configuration page after Jenkins upgrade

2017-11-07 Thread Daniel Beck
> On 3. Nov 2017, at 19:42, t3knoid wrote: > > I tried that and I am at a lost as how to interpret the stack. This happened > after updating to v2.87 and some of the plugins. I know this info is not much > help, but I'd appreciate how can I go about getting more info on

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread itchymuzzle
> Is the credential attached to the folder which contains the working job, but not visible from the folder of the non-working job? Folder scoped credentials are a great way to limit who can use specific credentials.

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread itchymuzzle
Looking back at my notes I am not using bitbucket App password, that item must have been left over from my very first attempts. So my bad on that item. But I still have the original issue, that when I am creating a new multibranch job I am not able to select/find/see my existing credentials.

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread Mark Waite
On Tue, Nov 7, 2017 at 12:38 PM itchymuzzle wrote: > > resulting Bitbucket app password > > It is the value in the ID field, in the first screen shot. > > Ah, that clarifies it. The value in the ID field is only used inside Jenkins. It is never transmitted as part of any

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread itchymuzzle
> resulting Bitbucket app password It is the value in the ID field, in the first screen shot. -- 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

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread Mark Waite
On Tue, Nov 7, 2017 at 12:23 PM itchymuzzle wrote: > Do these screen shots help? > > Credential which works > > > > > That looks like a

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread itchymuzzle
I have tried creating the credential without the app password, and that doesn't seem to work. -- 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

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread itchymuzzle
Do these screen shots help? Credential which works The bitbucket app passwords (just showing label column)

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread Mark Waite
On Tue, Nov 7, 2017 at 10:53 AM itchymuzzle wrote: > Jenkins v2.79 AWS EC2 Linux instances for both master and node, Bitbucket > for Git > > > This is really strange. I have a credential which is working fine for a > “regular” pipeline. The credential contains a private

Re: Slow loading of job configuration page after Jenkins upgrade

2017-11-07 Thread t3knoid
Not sure about the gc log. I thought it was a memory issue first. So I increased memory but that did not make a difference. I see the issue on other installations as well. This must be something to do with a plug-in. I am going to roll back and see if the behavior goes back to normal. On

Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread itchymuzzle
Jenkins v2.79 AWS EC2 Linux instances for both master and node, Bitbucket for Git This is really strange. I have a credential which is working fine for a “regular” pipeline. The credential contains a private ssh key and Bitbucket app password. When I create the multibranch job it is

Re: [ANN] GitHub Branch Source 2.3.0 now with tag discovery

2017-11-07 Thread Arnaud Héritier
Yeah On Tue, Nov 7, 2017 at 3:47 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > It took a long time to get this merged, but the 2.3.0 release now supports > tag discovery. > > Release notes are here: https://wiki.jenkins.io/ > display/JENKINS/GitHub+Branch+Source+Plugin >

[ANN] GitHub Branch Source 2.3.0 now with tag discovery

2017-11-07 Thread Stephen Connolly
It took a long time to get this merged, but the 2.3.0 release now supports tag discovery. Release notes are here: https://wiki.jenkins.io/display/JENKINS/GitHub+Branch+Source+Plugin Party! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: SharedLibrary, clone, using resources

2017-11-07 Thread Jakub Michalec
I have a bit different scenario, I don't use Jenkinsfile in this jobs, they're more like 'utility' jobs eq Clean Azure Env etc. So, I want to get pipeline groovy script which use Powershell in stages from folder scripts. Also, I use Stash (atlassian git). I decide to create new repo, just for

Re: BlueOcean observations from user

2017-11-07 Thread Sverre Moe
I just updated my Jenkins because it had Blue Ocean performance improvements mentioned in the Changelog. I cannot see these improvements. It still takes forever to load, specially Activities under each Pipeline project. There should be possible to select a view to list projects. The projects