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 given tool in a list of 'FOO=bar' 
strings suitable for the withEnv step.

I there a way to quiet this message or possibly not display it at all ? 

Thank you for looking into this issue. 

Regards

-- 
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/bf74e882-0689-4266-9d4d-48a1c142f361%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 a groovy project.  I 
can only spend some much time on each item, before I just need to move on 
to the next thing I am supposed to be working on.  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/213dcedb-8e67-4c31-a353-a5d44839457c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d0a2c3f9-4628-4c4a-82b7-d413fe22178a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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/2607EFAA-0932-4EA9-9AAC-7A255B2D5AD8%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


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 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/4a05a297-6458-4aba-a776-118ef95a06f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Limited Builds: 0
What to do when slave is disconnected: Shutdown and Revert

I wonder if my "Disconnect After Limited Builds = 0" was my problem in the 
first place?

I still suspect that there is a race condition idle window during the 10 
seconds though...


On Friday, November 10, 2017 at 11:13:45 AM UTC-5, 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 MATTER WHAT our remote PC (VM) is 
> shutdown, otherwise, occasionally, a queued script will begin execution on 
> the already open VM.
>
> How can we do this and NOT use the PostBuild Script plugin?
>
> We were running 1.58 in the past and are just now updating to 2.87
>

-- 
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/5cf38cab-3567-4c59-b085-72aa6dfcb4e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Missing configuration options

2017-11-10 Thread john.peterson
So, interesting development.

I got frustrated and hacked the config.xml via Notepad directly and changed 
my default view.  After saving, all of my Jenkins Config issues, including 
missing SAVE button are gone!

Everything is fine now.

On Wednesday, November 8, 2017 at 2:52:54 PM UTC-5, john.peterson wrote:

> Just upgrading from 1.58 > 2.87.
>
> 2.87 (by default) does not have the option under Configure System (as 1.58 
> did) to set my default view.  How do I do this now?
>

-- 
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/cfd40958-e591-40e7-b4c2-041b368ead69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, February 25, 2015 at 4:53:27 PM UTC-5, Victor Volle wrote:
>>
>> Final solution:
>>
>> instance = Jenkins.getInstance()
>> globalNodeProperties = instance.getGlobalNodeProperties()
>> envVarsNodePropertyList = globalNodeProperties.getAll(hudson.slaves.
>> EnvironmentVariablesNodeProperty.class)
>>
>> newEnvVarsNodeProperty = null
>> envVars = null
>>
>> if ( envVarsNodePropertyList == null || envVarsNodePropertyList.size() == 
>> 0 ) {
>>   newEnvVarsNodeProperty = new hudson.slaves.
>> EnvironmentVariablesNodeProperty();
>>   globalNodeProperties.add(newEnvVarsNodeProperty)
>>   envVars = newEnvVarsNodeProperty.getEnvVars()
>> } else {
>>   envVars = envVarsNodePropertyList.get(0).getEnvVars()
>> }
>>
>> envVars.put("FOO", "foo")
>>
>> instance.save()
>>
>>
>>
>>

-- 
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/90f2b3c2-8f92-4ee0-a69c-ad575d863b2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What to do since PostBuild Script is deprecated

2017-11-10 Thread john.peterson
Excellent suggestion.  And the "race condition" the plugin mentions is 
exactly what was happening.

We are running VMware VM's via vSphere Cloud plugin.  And our jobs are set 
to shutdown and revert.  But, if a job HAPPENS to grab the VM before it 
shuts down, it keeps running and tries to run a job on a dirty VM!

Thanks.

On Friday, November 10, 2017 at 11:28:02 AM UTC-5, Andrew Grimberg wrote:

> 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 MATTER WHAT our remote PC (VM) 
> > is shutdown, otherwise, occasionally, a queued script will begin 
> > execution on the already open VM. 
> > 
> > How can we do this and NOT use the PostBuild Script plugin? 
> > 
> > We were running 1.58 in the past and are just now updating to 2.87 
>
> Greetings John, 
>
> For us, we keep a copy of the plugin around and upload it to new Jenkins 
> instances that we stand up as we have some very specific uses of it that 
> none of the other plugins handle and our jobs are all under code review 
> via Jenkins Job Builder so we know that no malicious extras are showing 
> up in the post script. 
>
> For your use case though, I might suggest the following additional plugin: 
>
> https://wiki.jenkins.io/display/JENKINS/Single+Use+Slave+Plugin 
>
> That will allow you to make your instances single use, but you do still 
> need to have a way of cleaning up any now offlined systems. 
>
> If you're doing dynamic build instances via JClouds (or the OpenStack 
> plugin), each job has the ability to define a build node be single-use. 
> The plugin will properly reap out instances that have been used once 
> when doing this. 
>
> From personal experience, if you're using the EC2 plugin, this doesn't 
> work, I've got a cron hack that I've got in place that makes use of the 
> Single Use Slave Plugin and some custom groovy and awscli to get similar 
> functionality as the the JClouds (which I would be using for EC2 but 
> it's failing to handle a configuration properly) and OpenStack plugins. 
>
> -Andy- 
>
>

-- 
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/9a1cf854-6a7e-4988-8118-b1ef9d4faaef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 MATTER WHAT our remote PC (VM)
> is shutdown, otherwise, occasionally, a queued script will begin
> execution on the already open VM.
> 
> How can we do this and NOT use the PostBuild Script plugin?
> 
> We were running 1.58 in the past and are just now updating to 2.87

Greetings John,

For us, we keep a copy of the plugin around and upload it to new Jenkins
instances that we stand up as we have some very specific uses of it that
none of the other plugins handle and our jobs are all under code review
via Jenkins Job Builder so we know that no malicious extras are showing
up in the post script.

For your use case though, I might suggest the following additional plugin:

https://wiki.jenkins.io/display/JENKINS/Single+Use+Slave+Plugin

That will allow you to make your instances single use, but you do still
need to have a way of cleaning up any now offlined systems.

If you're doing dynamic build instances via JClouds (or the OpenStack
plugin), each job has the ability to define a build node be single-use.
The plugin will properly reap out instances that have been used once
when doing this.

>From personal experience, if you're using the EC2 plugin, this doesn't
work, I've got a cron hack that I've got in place that makes use of the
Single Use Slave Plugin and some custom groovy and awscli to get similar
functionality as the the JClouds (which I would be using for EC2 but
it's failing to handle a configuration properly) and OpenStack plugins.

-Andy-

-- 
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/72e65658-5d53-ffe3-051b-c5bf180217cf%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


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, occasionally, a queued script will begin execution on 
the already open VM.

How can we do this and NOT use the PostBuild Script plugin?

We were running 1.58 in the past and are just now updating to 2.87

-- 
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/f4864991-9772-4d33-a192-b625acdee1ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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. 
>
> View » Developer » JavaScript console" in Chrome 
>
> > "list all plugins" 
> > Don't suppose there is a button that does this?  Could I be so lucky? 
>
> /systemInfo URL in Jenkins has a table. 
>
>

-- 
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/f93fac46-2f6a-46df-8fad-06d697f9e2a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
pipeline-model-api 1.2.2
pipeline-model-declarative-agent 1.1.1
pipeline-model-definition 1.2.2
pipeline-model-extensions 1.2.2
pipeline-rest-api 2.9
pipeline-stage-step 2.2
pipeline-stage-tags-metadata 1.2.2
pipeline-stage-view 2.9
plain-credentials 1.4
postbuildscript 0.17
resource-disposer 0.8
robot 1.6.4
scm-api 2.2.3
script-security 1.34
scripted-cloud-plugin 0.12
ssh-credentials 1.13
ssh-slaves 1.22
structs 1.1
subversion 2.9
timestamper 1.8.8
token-macro 2.3
urltrigger 0.41
vsphere-cloud 2.16
windows-slaves 1.3.1
workflow-aggregator 2.5
workflow-api 2.23.1
workflow-basic-steps 2.6
workflow-cps 2.41
workflow-cps-global-lib 2.9
workflow-durable-task-step 2.17
workflow-job 2.15
workflow-multibranch 2.16
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".   
> > 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. 
>
> View » Developer » JavaScript console" in Chrome 
>
> > "list all plugins" 
> > Don't suppose there is a button that does this?  Could I be so lucky? 
>
> /systemInfo URL in Jenkins has a table. 
>
>

-- 
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/1419102f-00cf-4a75-aae1-11853fde7f33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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".   
> > 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. 
>
> View » Developer » JavaScript console" in Chrome 
>
> > "list all plugins" 
> > Don't suppose there is a button that does this?  Could I be so lucky? 
>
> /systemInfo URL in Jenkins has a table. 
>
>

-- 
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/d5180a92-22a4-4f6b-995d-4b7e9c6c478d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
docker-workflow 1.13
durable-task 1.15
email-ext 2.6
external-monitor-job 1.7
git 3.6.2
git-client 2.5.0
git-server 1.7
github 1.28.1
github-api 1.89
github-branch-source 2.2.4
gradle 1.28
greenballs 1.15
groovy-postbuild 2.3.1
handlebars 1.1.1
jackson2-api 2.8.7.0
javadoc 1.4
jquery-detached 1.2.1
jsch 0.1.54.1
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
pipeline-model-api 1.2.2
pipeline-model-declarative-agent 1.1.1
pipeline-model-definition 1.2.2
pipeline-model-extensions 1.2.2
pipeline-rest-api 2.9
pipeline-stage-step 2.2
pipeline-stage-tags-metadata 1.2.2
pipeline-stage-view 2.9
plain-credentials 1.4
postbuildscript 0.17
resource-disposer 0.8
robot 1.6.4
scm-api 2.2.3
script-security 1.34
scripted-cloud-plugin 0.12
ssh-credentials 1.13
ssh-slaves 1.22
structs 1.1
subversion 2.9
timestamper 1.8.8
token-macro 2.3
urltrigger 0.41
vsphere-cloud 2.16
windows-slaves 1.3.1
workflow-aggregator 2.5
workflow-api 2.23.1
workflow-basic-steps 2.6
workflow-cps 2.41
workflow-cps-global-lib 2.9
workflow-durable-task-step 2.17
workflow-job 2.15
workflow-multibranch 2.16
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".   
> > 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. 
>
> View » Developer » JavaScript console" in Chrome 
>
> > "list all plugins" 
> > Don't suppose there is a button that does this?  Could I be so lucky? 
>
> /systemInfo URL in Jenkins has a table. 
>
>

-- 
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/e22889f5-ea4f-4a40-b8e2-326959533439%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 have "forced" PostBuild Script to install until we find a way to 
execute the required windows command as a post-build command via other 
means.

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
docker-workflow 1.13
durable-task 1.15
email-ext 2.6
external-monitor-job 1.7
git 3.6.2
git-client 2.5.0
git-server 1.7
github 1.28.1
github-api 1.89
github-branch-source 2.2.4
gradle 1.28
greenballs 1.15
groovy-postbuild 2.3.1
handlebars 1.1.1
jackson2-api 2.8.7.0
javadoc 1.4
jquery-detached 1.2.1
jsch 0.1.54.1
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
pipeline-model-api 1.2.2
pipeline-model-declarative-agent 1.1.1
pipeline-model-definition 1.2.2
pipeline-model-extensions 1.2.2
pipeline-rest-api 2.9
pipeline-stage-step 2.2
pipeline-stage-tags-metadata 1.2.2
pipeline-stage-view 2.9
plain-credentials 1.4
postbuildscript 0.17
resource-disposer 0.8
robot 1.6.4
scm-api 2.2.3
script-security 1.34
scripted-cloud-plugin 0.12
ssh-credentials 1.13
ssh-slaves 1.22
structs 1.1
subversion 2.9
timestamper 1.8.8
token-macro 2.3
urltrigger 0.41
vsphere-cloud 2.16
windows-slaves 1.3.1
workflow-aggregator 2.5
workflow-api 2.23.1
workflow-basic-steps 2.6
workflow-cps 2.41
workflow-cps-global-lib 2.9
workflow-durable-task-step 2.17
workflow-job 2.15
workflow-multibranch 2.16
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".   
> > 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. 
>
> View » Developer » JavaScript console" in Chrome 
>
> > "list all plugins" 
> > Don't suppose there is a button that does this?  Could I be so lucky? 
>
> /systemInfo URL in Jenkins has a table. 
>
>

-- 
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/1e1dfebe-bf9a-4d5b-a61b-6e520e7f99c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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)?  There are no error pop-ups that occur.

View » Developer » JavaScript console" in Chrome

> "list all plugins"
> Don't suppose there is a button that does this?  Could I be so lucky?

/systemInfo URL in Jenkins has a table.

-- 
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/E61FAB53-C15E-4D13-865E-D67AE2596D57%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


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 now; I need to go into the generator and then generate 
some code; but it would be easier if there is code completion and seeing 
that there aren't any syntax errors.

I read about intelliJ and gdsl file but I don't have a license and there 
don't seem to be any other ones out there.
Isn't this natively supported or aren't there any other free tools out 
there?

Best Regards,
Nick

-- 
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/67fcfcca-abf2-4b19-8b46-caf5cf436b9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 plugins"
Don't suppose there is a button that does this?  Could I be so lucky?




On Thursday, November 9, 2017 at 9:19:49 AM UTC-5, Daniel Beck wrote:

>
> > On 9. Nov 2017, at 14:16, john.peterson  > wrote: 
> > 
> > Sigh... So.  It is there now (I added yet another dummy view and it now 
> shows up) under Maven.  So, I change it.  Then I discover that none of the 
> Advanced buttons work and my Configuration is truncated after about 2 
> screens full of info so there is no "Save" button. 
> > 
> > Chrome and IE11 both the same. 
> > 
> > :-( 
> > 
> > I should note (Again) that using this same PC to configure our other 
> Jenkins instance which is 1.58 works fine. 
> > 
>
> Check JS errors in the browser console. 
>
> Please provide a full list of installed plugins and their versions. 
>
>

-- 
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/aabe6a12-1cfa-4dbe-830c-2f0ecd93792f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 root menu?

Best regards

David

-- 
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/557da4dd82ef430080659b8415e81275%40EUX13SRV1.EU.NEC.COM.
For more options, visit https://groups.google.com/d/optout.


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ł:
>
> Hi,
>
> I'm not really familiar with any plugin though, but out of curiosity and 
> some other idea/suggestion:
>
> - Can you just use Pipeline and split your tests in stages and parallel 
> executions? It won't fulfil your initial requirement but might help you to 
> orchestrate your builds with parallel test executions and with fast 
> feedback, there is a nice entry about it: 
> https://jenkins.io/blog/2016/06/16/parallel-test-executor-plugin/
>
> So maybe by sending the status faster to each step/stage/branch might help 
> you with
>
> Just an idea, sorry if i couldn't answer your initial question, hope 
> someone else got some further ideas/suggestions
>
> 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/4919da2b-703c-4b99-ad42-f45a02e90817%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 agent and build there 
my code.

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/96fa46f6-592f-4857-9b0f-3672e9f9a8ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.