Re: Real-time command result

2017-11-10 Thread Mirek S
Victor - since you mentioned it - did you succeed to split your tests per-testcase? It's only grouping suites for me - I'd like to see half of suite in one parallel closure and the other half in another. W dniu piątek, 3 listopada 2017 13:54:43 UTC+1 użytkownik Victor Martinez napisał: > >

What is the best way to connect on machine without agent

2017-11-10 Thread Eldad Cohen
Hi I have a windows 10 machine that is not on my domain , I can access it only from a different machine that is on my domain , they have internal vlan connection. If i install Jenkins agent on my domain box , what is the best practice to communicate with the workgroup windows box without an

Specifying Jenkins startup parameters

2017-11-10 Thread David Aldrich
Hi We typically restart Jenkins using 'Restart Safely' from the root menu. We now want to specify the session timeout using a startup parameter: java -jar jenkins.war --sessionTimeout=10080 How do people typically specify startup parameters? Should I use a script and never restart from the

Re: Missing configuration options

2017-11-10 Thread Daniel Beck
> On 10. Nov 2017, at 16:07, john.peterson wrote: > > > "check JS errors in browser console". > I'm assuming the Jenkins console? Where do I go to actually see this? Or is > there something I can look at directly inside Chrome (with the Jenkins Tab > displayed)?

Jenkins pipeline editor

2017-11-10 Thread Nick J
Hi everyone, I am trying/experimenting with the Jenkins pipeline editor: http://myjenkins/pipeline-syntax/ to generate some code. But is it possible to have code completion in the textbox of the pipeline itself? -> http://myjenkins/job/pipelinetest/configure (pipeline script) Because as it is

Re: Missing configuration options

2017-11-10 Thread john.peterson
junit 1.21 ldap 1.17 mailer 1.2 mapdb-api 1.0.9.0 matrix-auth 2.1 matrix-project 1.12 maven-plugin 3 momentjs 1.1.1 node-iterator-api 1.5.0 pam-auth 1.3 pipeline-build-step 2.5.1 pipeline-github-lib 1 pipeline-graph-analysis 1.5 pipeline-input-step 2.8 pipeline-milestone-step 1.3.1

Re: Missing configuration options

2017-11-10 Thread john.peterson
Ok. Time for me to sound dumb. "check JS errors in browser console". I'm assuming the Jenkins console? Where do I go to actually see this? Or is there something I can look at directly inside Chrome (with the Jenkins Tab displayed)? There are no error pop-ups that occur. "list all

Re: Missing configuration options

2017-11-10 Thread john.peterson
Cool. Didn't know those Chrome developer tools existed. I don't see a Java Console, but there is a Java Profiler which gives info that I suspect it NOT what you are looking for. The normal CONSOLE only says: page-init.js:151 Jenkins global module 'page-init' already registered. Note: We

Re: Missing configuration options

2017-11-10 Thread john.peterson
had to post the plugin list in pieces. Apparently there is a line limit here. On Friday, November 10, 2017 at 10:36:11 AM UTC-5, Daniel Beck wrote: > > > On 10. Nov 2017, at 16:07, john.peterson > wrote: > > > > > > "check JS errors in browser console". > > I'm

Re: Missing configuration options

2017-11-10 Thread john.peterson
workflow-scm-step 2.6 workflow-step-api 2.13 workflow-support 2.16 ws-cleanup 0.34 On Friday, November 10, 2017 at 10:36:11 AM UTC-5, Daniel Beck wrote: > > > > On 10. Nov 2017, at 16:07, john.peterson > wrote: > > > > > > "check JS errors in browser console". > >

What to do since PostBuild Script is deprecated

2017-11-10 Thread john.peterson
We have been using PostBuild Script to execute the following command on the remote machine (as Build Steps > Execute Windows Batch Command): Shutdown -s -t:0 (I think I have that correct) We have to do this to make sure that NO MATTER WHAT our remote PC (VM) is shutdown, otherwise,

Re: Missing configuration options

2017-11-10 Thread john.peterson
ace-editor 1.1 ant 1.7 antisamy-markup-formatter 1.5 apache-httpcomponents-client-4-api 4.5.3-2.0 authentication-tokens 1.3 bouncycastle-api 2.16.2 branch-api 2.0.14 build-timeout 1.19 cloudbees-folder 6.2.1 credentials 2.1.16 credentials-binding 1.13 display-url-api 2.1.0 docker-commons 1.9

Re: How to set "Environment variables" in "Global properties" of global Jenkins configuration programmatically?

2017-11-10 Thread Josh Branham
Solved the problem, just add an envVars.clear() to the else statement On Thursday, November 9, 2017 at 3:58:36 PM UTC-5, Josh Branham wrote: > > Any idea how to make this delete all existing key pairs to ensure only the > ones defined in this script are the ones in Jenkins? > > On Wednesday,

Re: Link to "Bitbucket Pipeline for Blue Ocean" in Plugin Manager doesn't work

2017-11-10 Thread itchymuzzle
https://issues.jenkins-ci.org/browse/JENKINS-47943 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

Re: What to do since PostBuild Script is deprecated

2017-11-10 Thread john.peterson
I installed Single Use and removed Post Build. But upon further evaluation, I wonder if my problems were partly my own fault anyway? In the Node Configurations I had: Availability: Take this agent online when in demand, and offline when idle In Demand Delay: 0 Idle Delay: 10 Disconnect After

Re: Jenkins pipeline editor

2017-11-10 Thread itchymuzzle
> I don't have a license IntelliJ IDEA community version is free. I use this IDE but wasn't able to get that feature working. Visual Studio Code gives me syntax highlighting and auto suggestions. But fuzzy if that is just a groovy thing. -- You received this message because you are

Re: Jenkins pipeline editor

2017-11-10 Thread Daniel Beck
> On 10. Nov 2017, at 19:01, itchymuzzle wrote: > > I use this IDE but wasn't able to get that feature working. Does https://groups.google.com/d/msg/jenkinsci-users/S0_etu_70oY/0jQJRISJAgAJ help? -- You received this message because you are subscribed to the Google

Re: Jenkins pipeline editor

2017-11-10 Thread itchymuzzle
> > Does > https://groups.google.com/d/msg/jenkinsci-users/S0_etu_70oY/0jQJRISJAgAJ > help? > Yes, and no. I get hung up with IDEA, and being able to create new projects. I already have the code set up as a java project, and just kept going around in circles trying to get it recognized as

Re: What to do since PostBuild Script is deprecated

2017-11-10 Thread Andrew Grimberg
On 11/10/2017 08:13 AM, john.peterson wrote: > We have been using PostBuild Script to execute the following command on > the remote machine (as Build Steps > Execute Windows Batch Command): > > Shutdown  -s  -t:0 (I think I have that correct) > > We have to do this to make sure that NO

blueocean FOO=bar

2017-11-10 Thread nup
Hi, I am using the blueocean pipeline that is using maven and jdk defined in jenkins file as follows: pipeline { agent any tools { maven 'Maven 3.3.9' jdk 'jdk 1.8' } For each step in pipline, I see the following message pop up. Fetches the environment variables for a