Re: Not able to access groovy variable in shell after upgrading jenkins to 1.X to 2.X

2017-11-13 Thread Robert Hales
Not sure exactly how it worked in he 1.x versions, but for pipeline, at 
least, you usually have to either interpolate the variable into the string 
of the shell script with double quotes: 

sh "echo ${ARTIFACT_VERSION}"

Or you have to put the in the env object so they get injected into the 
shell's environment: 

env.ARTIFACT_VERSION = ARTIFACT_VERSION
sh 'echo $ARTIFACT_VERSION'




On Monday, November 13, 2017 at 7:33:59 AM UTC-7, Mahesh Wabale wrote:
>
> Hi All , 
>
>
> Recently i have upgraded jenkins to 2.87 from 1.611 . 
>
> But i am facing issue with groovy . I am not able to access groovy 
> variables in shell . Its giving empty value. 
>
> Here is example : 
>
> In system groovy script : 
>
>   def project = new XmlSlurper().parse(new File("$workspace/pom.xml"))
>
>   def ARTIFACT_VERSION=project.version.toString(); 
>
>   println ARTIFACT_VERSION
>   ==> It is returning correct value. 
>
>
>
> But if i am pring same variable in shell 
>
>   echo $ARTIFACT_VERSION  
> ===> it is not printing anything with jenkins 2.X ( but it 
> is working fine with jenkins 1.X) 
>
>
> Is there any specific changes require to access groovy  variables in shell 
> ? may be syntax or some plugins upgrade ?  
>
>
> Thanks ,
> Mahesh  
>   
>
>
>

-- 
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/5612104a-399f-4247-9f41-bebbadb267a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to abort previously old job when there is new gerrit patch

2017-11-13 Thread zhaobo liu
forget about this topic. in global Jenkins -> Manage Jenkins ->Gerrit 
Trigger->Add New Server, I see "Build Current Patches Only".
for existing server, just press "Edit" button.

On Monday, November 13, 2017 at 1:36:49 PM UTC-8, zhaobo liu wrote:
>
> The jenkins version is 2.67 and I already upgraded jenkin plugin "Gerrit 
> Trigger" to latest 2.26.2 version.
> I want to launch new job when I have new gerrit patch set but need to 
> abort old jobs by previous patch set.
> in global Jenkins -> Manage Jenkins ->Gerrit Trigger, I saw only
> No. of Receiving Worker Thread
> Replication Cache Expiration
>
> in specific job-> Configure -> Gerrit Trigger ->PatchSet created, I saw 
> only three options:
> Exclude Drafts
> Exclude Trivial Rebase
> Exclude No Code Chang
>
> I googled search https://bugs.eclipse.org/bugs/show_bug.cgi?id=450031
> I couldn't find Build Current Patches Only this option.
>
> 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/a3e584a3-3cf2-40e0-a93f-694c3a7dae6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Specifying Jenkins startup parameters

2017-11-13 Thread Mark Waite
It depends on the context where you're running that server.  Refer to
https://jenkins.io/download/ for the current list of platform specific
installers and the instructions to use them.

If you're running on a Debian or Ubuntu server, you should be able to
modify the command line arguments in /etc/defaults/jenkins.  See
https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+on+Ubuntu for
more details.

If you're running on a CentOS, Red Hat or OpenSUSE, you should be able to
modify the command line arguments in /etc/sysconfig/jenkins.  See
https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions


If you're running on Windows, there is a configuration file written to the
installation directory which can be changed.  See
https://wiki.jenkins.io/display/JENKINS/Thanks+for+using+Windows+Installer

Mark Waite

On Fri, Nov 10, 2017 at 5:12 AM David Aldrich 
wrote:

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

-- 
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/CAO49JtFHtUzVERC_C_WB9Pt4rJvwMTOvMeEh4kbwdMkuZNYP7Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How to abort previously old job when there is new gerrit patch

2017-11-13 Thread zhaobo liu
The jenkins version is 2.67 and I already upgraded jenkin plugin "Gerrit 
Trigger" to latest 2.26.2 version.
I want to launch new job when I have new gerrit patch set but need to abort 
old jobs by previous patch set.
in global Jenkins -> Manage Jenkins ->Gerrit Trigger, I saw only
No. of Receiving Worker Thread
Replication Cache Expiration

in specific job-> Configure -> Gerrit Trigger ->PatchSet created, I saw 
only three options:
Exclude Drafts
Exclude Trivial Rebase
Exclude No Code Chang

I googled search https://bugs.eclipse.org/bugs/show_bug.cgi?id=450031
I couldn't find Build Current Patches Only this option.

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/bc64bf5f-72d5-4da2-8ec0-fd30cf756d90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: EC2 cloud plugin config is removed at restart

2017-11-13 Thread Aleksandr Panzin
I have the same issue.
Developers seem to ignore it...

On Wednesday, 20 September 2017 19:10:15 UTC-4, ken@cloudlock.com wrote:
>
> I’m seeing a problem with the EC2 plugin 
>  
> configuration. I have a stored config.xml file that I deploy to a new 
> Jenkins master, overwriting the default. When I restart the service or 
> reload configuration, that file is modified and the EC2 cloud section is 
> removed. None of the other config (security, other plugins) is modified. I 
> confirm this section is missing in both the UI and in the raw file.
>
>  
>
> Thing I’ve tried:
>
> · copying over the file & restarting the jenkins service
>
> · copying it over & reloading the config
>
> · creating a new cloud template in the UI, then copying over the 
> stored xml into the new xml tags & reloading
>
>  
>
> None of those steps seemed to resolve the issue. I confirmed the following:
>
> · The XML is valid and no tags are missing
>
> · By watching the file, I confirm that it is modified at Jenkins 
> restart/reload config
>
>  
>
> I’m running:
>
> · Jenkins v2.66
>
> · EC2 v1.36
>
>  
>
> Any help would be great!
>
>  
>
> 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/6441fab7-e97d-4c61-aaa5-b9ef685566d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkinsfile and its complete properties list

2017-11-13 Thread JV
Let me rephrase the issue :
a/ here is my configuration
  - Jenkins #1 has been installed on network #1
  - Jenkins #2 has been installed on network #2
  - the only allowed port between network #1 and network #2 is HTTP/80 
(from #1 to #2 only)
  -I'm using Jenkins #1 to trigger jobs on Jenkins #2

b/ I've been using remote access API fr a while on Jenkins 1.x and its 
working just fine :)

c/ I wanted to use the same feature on Jenkins 2.0, only with a 100% 
Jenkinsfile configuration.
I can start remote jobs using curl/wget, but I cannot set the token through 
a Jenkinsfile property :(

Is it just possible ? Do I have to manually update all jobs ?

-- 
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/4d3b5797-32c2-4b95-84d1-cfacc2ef1546%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Bitbucket LFS Permission denied (SSH command) - Jenkins Job step

2017-11-13 Thread elb . ridha


Hi everyone,

I have a bash script that run commands on a windows machine (lets call it 
machine A) to pull a repository on bitbucket (using git) and then run 
specific programs to work on the pulled content.

I have also a ubuntu machine running Jenkins. On a build step I use the 
"Publish Over SSH" plugin to run the bash script on the machine A.

Everything goes fine all the time unless git has to pull a commit 
containing a large file and it fails with this error :

Downloading test x_map.fbx (31 MB) Error downloading object: x_map.fbx 
(63b3f85): Smudge error: Error downloading x_map.fb x (hash): batch 
request: g...@bitbucket.org: Permission denied (publickey).: exit status 255

The problem is that the LFS part of git doesn't use the SSH key even though 
I did set the core.sshCommand in git config to use a key for all the ssh 
commands.

So when I do this : ssh g...@bitbucket.org git-lfs-authenticate "reopsitory" 
downlaod its fails with this message : g...@bitbucket.org: Permission denied 
(publickey) but it works fine when I run it with the ssh key option : ssh 
-i "ssh-key-path" g...@bitbucket.org git-lfs-authenticate "reopsitory" 
downlaod

So I was wondering if there was any solution to kind of overload all the 
LFS ssh commands to use a specific ssh key like the core.sshCommand in git 
config. Adding prior to the git pull command : eval $(ssh-agent -s) ssh-add 
"key-path" makes this command work : [  ssh g...@bitbucket.org 
git-lfs-authenticate "reopsitory" downlaod ] but the git pull still fails 
with the same error


I m hardly stuck on this so I hope you guys have a miraculous solution! 
Thanks in advance for your 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/f2abde47-e2bc-4119-bab1-9134cefcc51b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Workspace is not getting updated after the changing a blue ocean pipe line.

2017-11-13 Thread itchymuzzle
Did you try and just create a new job?  Delete the one you have, and try 
again.  

-- 
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/c402f865-bb5b-420f-b679-ae9737ed8ee3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkinsfile and its complete properties list

2017-11-13 Thread itchymuzzle
If you use Github or Bitbucket there are plugins for each of those. 

-- 
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/d8881445-7f1e-494a-a701-ccd672add272%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Not able to access groovy variable in shell after upgrading jenkins to 1.X to 2.X

2017-11-13 Thread Mahesh Wabale
Hi All , 


Recently i have upgraded jenkins to 2.87 from 1.611 . 

But i am facing issue with groovy . I am not able to access groovy 
variables in shell . Its giving empty value. 

Here is example : 

In system groovy script : 

  def project = new XmlSlurper().parse(new File("$workspace/pom.xml"))
   
  def ARTIFACT_VERSION=project.version.toString(); 

  println ARTIFACT_VERSION  
==> It is returning correct value. 



But if i am pring same variable in shell 

  echo $ARTIFACT_VERSION  
===> it is not printing anything with jenkins 2.X ( but it 
is working fine with jenkins 1.X) 


Is there any specific changes require to access groovy  variables in shell 
? may be syntax or some plugins upgrade ?  


Thanks ,
Mahesh  
  


-- 
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/89efaaca-fff0-481e-b561-f69d889f06d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkinsfile and its complete properties list

2017-11-13 Thread jerome
Not sure I got this right but if you are looking how the system check for 
modification and trigger new execution, Jenkinsfile need a successful 
manual build first. This will record the repos checkout and according to 
the jobs settings and the checkout options, can start polling/trigger new 
execution.

NOTE: Warning/Error build don't record the repos to be poll, you need a 
successful build for this to happen for the first time at least.

If you are looking how to trigger a build from a remote 
command: https://wiki.jenkins.io/display/JENKINS/Remote+access+API

-- 
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/58720d40-8f06-48c2-b426-6a6add3ebbae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins wrong exit value

2017-11-13 Thread M
Thank you for your reply. The random error appears only in the Windows 
slave which uses Cygwin. In the console log I only see this when it works 
correctly:

test #20 completed: SUCCESS

and when it fails:

test #25 completed: FAILURE

The -i is my mistake :)

Il giorno lunedì 13 novembre 2017 14:32:45 UTC+1, Dirk Heinrichs ha scritto:
>
> Am 13.11.2017 um 13:40 schrieb M:
>
> I'm using two slaves, Windows and Linux. In the first case I have cywing 
> so I execute commands in both slaves through sh:
>
> ...
> node(label) {
> sh '''#!/bin/bash -xei
>whoami
>echo $?
>case $- in
>*i*) echo This shell is interactive ;;
>*)   echo This shell is not interactive ;;
>esac
>echo d = $?'''
> }
> ...
>
>
> I put the $? in order to understand why, sometimes, after executing the 
> build Jenkins returns an error (script returned exit code -1) even if all 
> the exit values are 0s. It seems to be a random error. Most of the time the 
> build is correct, but in some cases it returns this annoyng -1 exit value 
> without a reason.
>
>
> Which slave does it fail on, Linux or Windows? -1 sounds really strange 
> because most commands on Linux return positive numbers. Do you have the 
> console log of above script from a failing job? Since you're using "-x" we 
> ought to see which command is failing (and since you're also using "-e", it 
> should be the last one the script has executed).
>
> Wonder why you're using "-i", though...
>
> Bye...
>
> Dirk
> -- 
> *Dirk Heinrichs*
> Senior Systems Engineer, Delivery Pipeline
> OpenTextTM Discovery | Recommind
> *Email*: dirk.he...@recommind.com 
> *Website*: www.recommind.de
>
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
>
> Vertretungsberechtigte Geschäftsführer John Marshall Doolittle, Gordon 
> Davies, Roger Illing, Registergericht Amtsgericht Bonn, Registernummer HRB 
> 10646
>
> This e-mail may contain confidential and/or privileged information. If you 
> are not the intended recipient (or have received this e-mail in error) 
> please notify the sender immediately and destroy this e-mail. Any 
> unauthorized copying, disclosure or distribution of the material in this 
> e-mail is strictly forbidden
>
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und 
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte 
> Weitergabe dieser Mail sind nicht gestattet.
>

-- 
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/a18b716f-22f5-4369-8fe8-2c3d9eb79db9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins wrong exit value

2017-11-13 Thread Dirk Heinrichs
Am 13.11.2017 um 13:40 schrieb M:
> I'm using two slaves, Windows and Linux. In the first case I have
> cywing so I execute commands in both slaves through sh:
>
> |
> ...
> node(label){
> sh '''#!/bin/bash -xei
>    whoami
>    echo $?
>    case $- in
>        *i*) echo This shell is interactive ;;
>        *)   echo This shell is not interactive ;;
>    esac
>    echo d = $?'''
> }
> ...
> |
>
>
> I put the $? in order to understand why, sometimes, after executing
> the build Jenkins returns an error (script returned exit code -1) even
> if all the exit values are 0s. It seems to be a random error. Most of
> the time the build is correct, but in some cases it returns this
> annoyng -1 exit value without a reason.

Which slave does it fail on, Linux or Windows? -1 sounds really strange
because most commands on Linux return positive numbers. Do you have the
console log of above script from a failing job? Since you're using "-x"
we ought to see which command is failing (and since you're also using
"-e", it should be the last one the script has executed).

Wonder why you're using "-i", though...

Bye...

    Dirk
-- 
*Dirk Heinrichs*
Senior Systems Engineer, Delivery Pipeline
OpenText^TM Discovery | Recommind
*Email*: dirk.heinri...@recommind.com 
*Website*: www.recommind.de 

Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach

Vertretungsberechtigte Geschäftsführer John Marshall Doolittle, Gordon
Davies, Roger Illing, Registergericht Amtsgericht Bonn, Registernummer
HRB 10646

This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
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/b9ce5e0d-81e3-3c30-e8ff-bd987f8448ed%40opentext.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins wrong exit value

2017-11-13 Thread M
I'm using two slaves, Windows and Linux. In the first case I have cywing so 
I execute commands in both slaves through sh:

...
node(label) {
sh '''#!/bin/bash -xei
   whoami
   echo $?
   case $- in
   *i*) echo This shell is interactive ;;
   *)   echo This shell is not interactive ;;
   esac
   echo d = $?'''
}
...


I put the $? in order to understand why, sometimes, after executing the 
build Jenkins returns an error (script returned exit code -1) even if all 
the exit values are 0s. It seems to be a random error. Most of the time the 
build is correct, but in some cases it returns this annoyng -1 exit value 
without a reason.

-- 
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/92a3b42b-e78d-4420-9596-82dde92f9fec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to disable Jenkins script console?

2017-11-13 Thread Daniel Beck

> On 13. Nov 2017, at 10:16, Stephen Connolly  
> wrote:
> 
> You could use an init.groovy script to remove the management link extension 
> from the list of management link extensions. That will remove access to the 
> HTML page.

Did you try that? I would be surprised if this worked given that 
Jenkins#doScript does all the work, so /script URL should still be served.

> Keep in mind that there is a CLI command that offers the same functionality, 
> so you'd need to cull that one also. There may also be other paths to that 
> functionality so do not take the above as a complete solution.

The affected functionality:
- /script, /scriptText, /eval (sort of) URLs, and /computer/(whatever)/script 
and /computer/(whatever)/scriptText URLs
- groovy and groovysh CLI commands (can probably be deregistered)

UI:
- Link in Manage Jenkins (can probably be deregistered)
- Link in Computer sidepanel (cannot be deregistered)

I have a proposal PR at https://github.com/jenkinsci/jenkins/pull/3006 that 
does those things and I plan to make it a JEP. In the mean time, a combination 
of init.groovy.d scripting and reverse proxy request filtering should do it.

This all assumes you don't want to actually remove the permission to these 
scripts from admins to retain for example the 'In-Process Script Approval' 
functionality, and other scripting features provided by plugins. If you want to 
remove all of those, and not allow any 'system' scripting even for admins, 
you'll need a plugin that does not grant Overall/Run Scripts to users who have 
Overall/Administer. I'm not aware of any plugins that do this currently, so 
you'll need to fork one and add this (Permission#impliedBy is final, so cannot 
be scripted away).

Daniel

-- 
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/C120EBCC-CF6A-42E0-901D-D354A236E698%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: How to disable Jenkins script console?

2017-11-13 Thread Stephen Connolly
You could use an init.groovy script to remove the management link extension
from the list of management link extensions. That will remove access to the
HTML page. Keep in mind that there is a CLI command that offers the same
functionality, so you'd need to cull that one also. There may also be other
paths to that functionality so do not take the above as a complete solution.

On 13 November 2017 at 00:55, Anna Freiholtz 
wrote:

> Hi,
>
> I would like to disable the possibility to Jenkins script console? But how
> do I do that?
>
> Best regards,
> Anna
>
> --
> 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/5927023e-d120-40bf-9579-bba0f0db156a%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/CA%2BnPnMw7Rahor2vPc35ZTRi9XxJBPrYtLCnuDHjLrTAJLij%2B5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How to disable Jenkins script console?

2017-11-13 Thread Anna Freiholtz
Hi,

I would like to disable the possibility to Jenkins script console? But how 
do I do that?

Best regards,
Anna

-- 
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/5927023e-d120-40bf-9579-bba0f0db156a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins VPN Plugins

2017-11-13 Thread ersancengiz
Is there someone solve this situtation ?

12 Temmuz 2015 Pazar 23:34:20 UTC+3 tarihinde Can Alevli yazdı:
>
> Hello..,
>
> How to connect* FortiClient SSL VPN or Cisco VPN *(*other vpn tools*) on 
> Jenkins ? 
> Do you have such a application on the jenkins?
>
> 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/9d569b4f-ee76-434b-b7a4-fc3d3574918e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.