Re: Jenkins 2.0 and the game of life

2016-04-29 Thread Daniel Beck
> On 29.04.2016, at 05:37, Sarah Baker wrote: > > It's not something I'm introducing in the build line that I enter into > jenkins for maven. > I don't know how it's getting introduced. To clarify, you did not enter the values as shown on figure 2-24 on page 34, where the 'Goals' text field c

Re: Jenkins windows slave 401 authorization required error

2016-05-01 Thread Daniel Beck
> On 01.05.2016, at 10:54, Sharon Yanko wrote: > > Any thoughts? Looks like a bug in the Negotiate SSO plugin that doesn't consider that path to be unprotected: https://github.com/jenkinsci/negotiatesso-plugin/blob/master/src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilte

Re: Jenkins 2.0: Turn off Setup wizard

2016-05-02 Thread Daniel Beck
> On 02.05.2016, at 22:47, Mike Albert wrote: > > Anybody else have a workaround for this? See my answer from April 21. -- 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 a

Re: Jenkins 2.0: Turn off Setup wizard

2016-05-02 Thread Daniel Beck
> On 03.05.2016, at 00:15, Richard Bywater wrote: > > @Daniel - FYI I can't actually see a reply from you in this thread from April > 21st. 6th April seems to be the last email from you in the thread. I hate my email client :-( Set the system property jenkins.install.runSetupWizard to false t

Re: "optional" plugin dependencies

2016-05-03 Thread Daniel Beck
> On 03.05.2016, at 03:08, Jay Howard wrote: > > For instance, I'd like to remove the Subversion plugin but I'm blocked > because the Parameterized Trigger plugin has an "optional" dependency on it. A known limitation of the current UI. > Also, a surprisingly large number of plugins seem to d

Re: broke on 2.0 upgrade

2016-05-04 Thread Daniel Beck
> On 04.05.2016, at 12:48, Paulo Moreira wrote: > > +1 fixed thanks :) > > cd /var/lib/jenkins/plugins > ls -la | grep disable > > if files rm > > Did the trick! FWIW we included a change in 2.1 that results in new plugin installations no longer causing this problem: Disabled dependencies a

Re: Jenkins 2.x install for LTS

2016-05-04 Thread Daniel Beck
> On 04.05.2016, at 18:11, greg.rom...@qflow.com wrote: > > What is the suggested path for using Jenkins 2.x for a conservative > organization like ours? We would like to use version 2.1 but don't have the > resources to be installing and potentially troubleshooting a new version > every week

Re: Stack trace error in configure jenkins page

2016-05-06 Thread Daniel Beck
> On 06.05.2016, at 02:22, Zohaib Naman wrote: > > Hi ALL > this is the error i am seeing at the bottom of configue jenkins page . I am > unable to save any changes there > You installed a version of email-ext that is incompatible with the version of Jenkins you're running, either ignoring t

Re: Job pointing to svn subdirectory not being polled

2016-05-06 Thread Daniel Beck
> On 06.05.2016, at 13:45, frankca...@gmail.com wrote: > > The only difference is that the second Job is set to a subdirectory inside > the repository and i'd like to keep it that way. Even when i commit a file > inside "subversion/repos/mainframe/subdir" the second Job doesn't get polled, >

Re: Is it possible to put existing jobs into a "folder."

2016-05-06 Thread Daniel Beck
> On 07.05.2016, at 01:33, Richard Landon wrote: > > Is it possible to take jobs in: > ${JENKINS_HOME}/jobs/some-job-1 > ${JENKINS_HOME}/jobs/some-job-2 > > and move them to folder, say ${JENKINS_HOME}/jobs/SomeJobs? > (More explicitly: > ${JENKINS_HOME}/jobs/some-job-1 MOVED to > ${JENKINS_

Re: Freestyle project job is missing Build Environment section

2016-05-09 Thread Daniel Beck
> On 09.05.2016, at 04:26, Tony wrote: > > Does anyone have any idea why? Thanks! The section 'Build Environment' is automatically shown when you have plugins that contribute to that section. Build Environment Plugin, despite its name, is not one of them. -- You received this message becaus

Re: "Keep Builds" vs. Copy Artifact-Plugin

2016-05-09 Thread Daniel Beck
That's an option related to fingerprinting, see 'Keep the build logs of dependencies' in Advanced Project Options. > On 09.05.2016, at 12:05, Dieter Guthmann wrote: > > Hello, > > we use Jenkins 1.609.3 with "Copy Artifacts"-Plugin Version. > We have jobs which are working with artifacts from

Re: "Keep Builds" vs. Copy Artifact-Plugin

2016-05-09 Thread Daniel Beck
> On 09.05.2016, at 13:46, d.guthm...@gmx.net wrote: > > The chain of Jobs where it does not work, we trigger the builds on the last > Job of the 'chain' only manually (and always as parameterized builds)... can > that be part of the problem? Not sure. Maybe check that your second chain's job

Re: "Keep Builds" vs. Copy Artifact-Plugin

2016-05-09 Thread Daniel Beck
> On 09.05.2016, at 14:14, Daniel Beck wrote: > > Maybe check that your second chain's jobs' fingerprints are actually > attributed to the intended upstream job. And if they're not, make sure all archiving of artifacts, and all copying of artifacts, records fing

Re: Freestyle project job is missing Build Environment section

2016-05-09 Thread Daniel Beck
> On 09.05.2016, at 23:26, Tony wrote: > > Which plug-in(s) contribute to "Build Environment" section? Thanks! I'm not sure this is the question you actually want to ask, but since you did… All implementations of the BuildWrapper extension are likely to appear here, so probably the following:

Re: can't trigger remote buildWithParameters to save my life

2016-05-10 Thread Daniel Beck
> On 10.05.2016, at 10:13, Sorin wrote: > > - sending a GET or PUT request with URL encoded parameters, failed miserably > .../buildWithParameters?token=MY_TOKEN&myparam=VALUE answers dryly 403 > forbidden (why forbidden?) The token only allows building if the authentication otherwise allows

Re: HTTPS Jenkins update site

2016-05-10 Thread Daniel Beck
> On 10.05.2016, at 12:23, Mladen Marev wrote: > > my proxy and firewall allows download of Java content (e.g. Jenkins war file) > only from HTTPS protected sites. I have tried manual download of v2.2 but it > has been rejected because HTTP connection. I'm pretty sure we are currently unable

Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread Daniel Beck
> On 11.05.2016, at 09:46, S C wrote: > > I think people try these hackish solutions when they aren't shown any > recommended solution. Could we (I'd gladly do it) add the above answer to the > relevant Jenkins page, so nobody has to lose hours like I did? https://yourjenkins/job/whatever/api

Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread Daniel Beck
> On 11.05.2016, at 14:41, S C wrote: > > However: the page only talks about POSTing to URL, says nothing about sending > URL parameters with PUT (or GET), and also recommends - guess what - the > "hackish" way of sending the params as form data! It even says that using the > remote trigger p

Re: how can we use artifacts from the job running on the another jenkins machine ?

2016-05-11 Thread Daniel Beck
> On 11.05.2016, at 16:03, Ganesh Kumbhar wrote: > > But if I want to copy artifacts from some another Jenkins machine, then is it > possible ?, if yes, how? Not possible using Copy Artifact, but you could always download files from a Jenkins in a script using one or a few wget/curl/… calls.

Re: Upgrade to Jenkins 2 failed

2016-05-12 Thread Daniel Beck
> On 12.05.2016, at 11:48, David Aldrich wrote: > > Any suggestions please? Check /var/log/jenkins/jenkins.log. My guess is that your service config file defines an AJP port, which causes startup to fail. See the 2.0 changelog. -- You received this message because you are subscribed to the

Re: how can we use artifacts from the job running on the another jenkins machine ?

2016-05-12 Thread Daniel Beck
> On 12.05.2016, at 15:20, Ganesh Kumbhar wrote: > > 1. If I'm not wrong these are Unix/Linux CLI's and my Jenkins is wjndows .. > can I use the same here ? Just find a tool that does something similar on Windows. I think PowerShell allows doing this as well. > 2. if possible can you pls sh

Re: Building jenkins RPMs

2016-05-12 Thread Daniel Beck
> On 12.05.2016, at 16:19, Ian Duffy wrote: > > I'm struggling to find the rpm spec file that is used to generate the RPMs > supplied on the jenkins website. > > Can anyone point me to where I can find these? > https://github.com/jenkinsci/packaging/tree/master/rpm/build -- You received t

Re: $MVN_RELEASE_VERSION missing after Upgrade to Jenkins 2

2016-05-12 Thread Daniel Beck
> On 12.05.2016, at 17:31, Daniel Hiller wrote: > > One more thing I forgot: I'm using this env var in an "Execute Shell" Post > Step, where it is read from within the executed script, perhaps that's the > problem? Probably a side effect of SECURITY-170: https://wiki.jenkins-ci.org/display/S

Re: Upgrade to Jenkins 2 failed

2016-05-13 Thread Daniel Beck
> On 13.05.2016, at 10:15, David Aldrich wrote: > > Are there any hints on how to resolve this condition, i.e. where an AJP port > is used in a Jenkins 1.x installation, but we want upgrade to 2.x? If you're actually using AJP, follow Stephen's advice. However, some of the native packages e

Re: Bitbucket plugin bug after Jenkins upgrade to 2.3

2016-05-13 Thread Daniel Beck
> On 13.05.2016, at 11:15, herbert.fisc...@crossengage.io wrote: > > Any idea what it is? Please file a bug so this can get looked at. In the meantime, set the system property hudson.model.User.SECURITY_243_FULL_DEFENSE to false, that should work around it. -- You received this message beca

Re: Upgrade to Jenkins 2 failed

2016-05-13 Thread Daniel Beck
> On 13.05.2016, at 11:34, David Aldrich wrote: > > Please tell me how I would disable/remove it. Depends on how you installed Jenkins. https://wiki.jenkins-ci.org/display/JENKINS/Native+Packages should explain where the config file is. -- You received this message because you are subscribe

Re: Version confusion. What are 1.6, version 2, 2.3?

2016-05-16 Thread Daniel Beck
Regular Jenkins releases are published weekly, and 2.0 has been released a few weeks ago. Therefore, 2.3 is the current 'weekly' release. LTS releases are published monthly and generally more stable than the weeklies. A new baseline gets chosen every three months, with three LTS releases based o

Re: Releases

2016-05-16 Thread Daniel Beck
> On 16.05.2016, at 17:15, Ugo Bellavance wrote: > > However, there is nothing for 1.657 or 1.658 in either the current or LTS > release changelog. All I can find about these releases is on github: > [maven-release-plugin] copy for tag jenkins-1.658. Is that an artificial bump > in the vers

Re: Releases

2016-05-17 Thread Daniel Beck
> On 17.05.2016, at 13:57, Ugo Bellavance wrote: > > Ok, but how can I apply a fix then? I've been told that my problem may be > caused by JENKINS-34213, this currently has a status of "Fixed". How can I > update my code to have the fix? > It's in Jenkins 2.4. The fix is not yet available

Re: Releases

2016-05-17 Thread Daniel Beck
> On 17.05.2016, at 21:33, Ugo Bellavance wrote: > > Ok, that is great, but when it will be available on the LTS line, will I be > able to update my install from 1.656 to the version that will contain the fix > (1.651.3 I guess)? It has been nominated for back porting, the rest is decided by

Re: Jenkins 2.0 in LTS changelog

2016-05-17 Thread Daniel Beck
> On 17.05.2016, at 22:52, Ashish Yadav wrote: > > Will Jenkins 2.0 have it’s own LTS change log or will it be added to the > existing LTS changelog [https://jenkins.io/changelog-stable/]. If it is being > added to the existing change log, what is the ETA or timeline? I am currently > running

Re: maven job in jenkins 2

2016-05-17 Thread Daniel Beck
> On 17.05.2016, at 12:59, Shurik wrote: > > I can't find the option to create maven job in jenkins 2. > > Does jenkins 2 will support it like in jenkins 1.* ? It's still a plugin, just not installed by default. You can find it in the plugin manager. Note that there are some problems due to

Re: Calling tera term from jenkins hangs

2016-05-18 Thread Daniel Beck
> On 18.05.2016, at 11:47, Eric Engel wrote: > > On Windows you would need to start the Jenkins master directly from a user > session (if everything runs on one machine and you have no slaves) or start > the slave for this job by JNLP (you may do this on startup). > It's also possible to ena

Re: Has anyone implemented the one line Jenkinsfile?

2016-05-18 Thread Daniel Beck
> On 18.05.2016, at 20:20, John Chandra wrote: > > I wonder how does a Jenkinsfile know where to look for that function? Is > there any other configuration I should add? > It's called the global library: https://github.com/jenkinsci/workflow-cps-global-lib-plugin/blob/master/README.md#pipeli

Re: Jenkins Upgrade: hudson.tasks.junit.JUnitParser not found in latest Jenkins 2.5 (ref by labeled-test-groups-publisher-plugin)

2016-05-19 Thread Daniel Beck
> On 19.05.2016, at 14:33, roshan wrote: > > However, as noted here in > https://issues.jenkins-ci.org/browse/JENKINS-23263?focusedCommentId=209734&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-209734, > I can't see the "JUnit Plugin" if I go to "Manage Plugins"

Re: ScheduleBuild2 and determining if job was never started.

2016-05-19 Thread Daniel Beck
> On 19.05.2016, at 15:37, 'Niksan' via Jenkins Users > wrote: > > So, you can fire jobs off in Groovy using ScheduleBuild2 which returns a > future. By its nature, Jenkins will purge any duplicate build requests at > some point. ParameterizedJobMixin#scheduleBuild2(int, List) returns a Que

Re: Jenkins Upgrade: hudson.tasks.junit.JUnitParser not found in latest Jenkins 2.5 (ref by labeled-test-groups-publisher-plugin)

2016-05-20 Thread Daniel Beck
> On 20.05.2016, at 03:35, Roshan Dawrani wrote: > > I couldn't update to v2.5 though, due to > https://issues.jenkins-ci.org/browse/JENKINS-34013, which is still open > > java.lang.NoSuchMethodError: > hudson.model.Messages.ExternalJob_DisplayName()Ljava/lang/String; > at > hudson.mod

Re: ScheduleBuild2 and determining if job was never started.

2016-05-20 Thread Daniel Beck
> On 20.05.2016, at 13:41, 'Niksan' via Jenkins Users > wrote: > > Also, how is one supposed to getId() from a hudson.model.queue.FutureImpl > exactly? I mentioned the wrong method signature, I was referring to static ParameterizedJobMixin#scheduleBuild2(Job,int,Action…) that returns a Queue

Re: jenkins 2 with default set of plugins

2016-05-24 Thread Daniel Beck
> On 24.05.2016, at 17:49, Tim Walshjamin wrote: > > See https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Byhand for > information on how to install plugins manually. You're evil, I like it ;-) There's basically no way someone unfamiliar with plugin dependencies gets them right wi

Re: Unable to anonymously clone a Jenkins scriptler repository

2016-05-31 Thread Daniel Beck
> On 26.05.2016, at 00:00, Mark Eggers wrote: > > So I'm missing something in my upgrade from 1.656 to 2.x? > Wild guess -- your security configuration changed between releases, now anonymous doesn't have the relevant permissions anymore. -- You received this message because you are subscri

Re: Jenkins 2.7 - How to list all files in a directory

2016-05-31 Thread Daniel Beck
> On 30.05.2016, at 19:43, Kristian wrote: > > Is this a bug? Are there any workarounds? Looks like there are no such files and then the shell does not glob. Look for 'nullglob' in `man bash`. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group

Re: Jenkins 2.7 - How to list all files in a directory

2016-05-31 Thread Daniel Beck
> On 30.05.2016, at 19:43, Kristian wrote: > > for f in $(ls *.c); do Also, this is wrong. `for f in *.c` does the same thing, but has fewer bugs (spaces in file names etc.) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fr

Re: Pipeline Global Library vars file naming convention

2016-05-31 Thread Daniel Beck
> On 31.05.2016, at 12:01, Sverre Moe wrote: > > This naming does not work: > vars/packageInformation.groovy > > I get the following exception when calling a function > packageInformation.init() > java.lang.NullPointerException: Cannot invoke method init() on null object > > This works > vars

Re: Proxy and certificate

2016-05-31 Thread Daniel Beck
> On 26.05.2016, at 16:46, sebastienjfoss...@free.fr wrote: > > The "Test URL" was "http://jenkins-ci.org/"; ; there is no problem for > accessing this URL in brower with same proxy configuration. Could be Oracle Java not accepting letsencrypt certificates, while all modern browsers do. -- Y

Re: Global Tool Configuration crash in Jenkins 2.6 latest global tool config

2016-05-31 Thread Daniel Beck
> On 30.05.2016, at 20:20, Warren Postma wrote: > > Appears to be fixed in 2.7. Looks like a Slack Plugin issue, probably https://github.com/jenkinsci/slack-plugin/issues/191 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe f

Re: Exporting evironment variables from Groovy script doesn't work

2016-05-31 Thread Daniel Beck
> On 30.05.2016, at 10:18, chnik...@gmail.com wrote: > > We are currently using Jenkins version 2.7. > After upgrading from 1.647, we have the problem that environment variables > created in a Groovy script are not exported and visible in a following shell > script. > The projects are Maven-bas

Re: Maven projects ending with

2016-05-31 Thread Daniel Beck
> On 30.05.2016, at 10:06, chnik...@gmail.com wrote: > > Please advice since this is blocking our production. Could this be caused by the security update, and you're relying on an undeclared build parameter here? https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-05-11

Re: maven projects become slow after a couple of months

2016-05-31 Thread Daniel Beck
Is there a workspace-private local Maven repository? Maybe repository operations (up to date check?) take long… I think for Maven jobs, you should be able to see internal state (current threads' stacks?) in the Jenkins UI. > On 30.05.2016, at 10:14, Jorg Heymans wrote: > > Interestingly, exec

Re: Running a pipeline job on all the nodes with the same label

2016-05-31 Thread Daniel Beck
> On 26.05.2016, at 15:44, Michael Pereira wrote: > > With a few modifications it should do the job, but it is still a lot of code. > I'm dreaming about things like: > node(label='slave', run_on_all_matching_nodes=true) { > // some block > } > Is this even possible? Pipeline global lib should

Re: Publisher plugins crash in workflow pipeline

2016-05-31 Thread Daniel Beck
Check the snippet generator if those types appear there for the 'General Step'. If they don't, they cannot be used that way, as they're not implementing the required API (SimpleBuildStep in this case). Also, https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md > On 26.05.2

Re: How can i store ne information and/or file in the build folder ?

2016-05-31 Thread Daniel Beck
> On 27.05.2016, at 16:11, Lionel Hubeau wrote: > > For your information, the created files are not part of the deployable > artifacts but are only files containing some informations about the build > wich were excuted. > How can i do this task ? You can still archive them as build

Re: Stable version of Jenkins and the Robot Framework Plugin?

2016-05-31 Thread Daniel Beck
> On 27.05.2016, at 17:54, developer.go...@gmail.com wrote: > > 1.651.2 LTS and 1.6.4, the report and log files cannot be opened from within > Jenkins. Does anyone know of a stable release that in the 1.6X series or the > 2.X series that works with the current robot framework plugin? Probably

Re: Parse CSV data in jenkins job ?

2016-05-31 Thread Daniel Beck
> On 31.05.2016, at 23:25, Beau Henderson wrote: > > I would like to set up a job that parses the data in a CSV/XLS/XML file. Is > there a way to upload / pass along a file when initiating a job run ? This job is parameterized -> File parameter -- You received this message because you are su

Re: Remove build triggers section

2016-05-31 Thread Daniel Beck
> On 31.05.2016, at 17:59, Victor Martinez > wrote: > > Jenkins.instances?.items `items` will not get items in folders, so is very configuration dependent. `allItems` OTOH will get also get e.g. Matrix configurations. `getAllItems(TopLevelItem.class)` is probably the best approach. -- You

Re: plugin dependencis

2016-06-06 Thread Daniel Beck
> On 01.06.2016, at 09:46, Tali Helfman-Beniamin wrote: > > Did anyone experienced such problem? Should have been fixed a few versions ago. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving e

Re: Can't post file to paramaterised build

2016-06-06 Thread Daniel Beck
> On 06.06.2016, at 08:01, Beau Henderson wrote: > > Any insight you folks might be able to shed would be appreciated! Unless the anonymous user has read access to your job, you need to do Basic authentication. -- You received this message because you are subscribed to the Google Groups "Je

Re: Windows Command Line to get jenkins verion

2016-06-06 Thread Daniel Beck
> On 06.06.2016, at 19:00, developer.go...@gmail.com wrote: > > How do you get the current jenkins version from command line windows when > running it via "java -jar jenkins.war"? See https://yourjenkins/cli/command/version -- You received this message because you are subscribed to the Google

Re: Windows Command Line to get jenkins verion

2016-06-06 Thread Daniel Beck
> On 06.06.2016, at 19:21, developer.go...@gmail.com wrote: > > Hi Daniel, i tried that already. > > I have a jenkins.war, no jenkins-cli.jar > Oops. My bad. If you don't want to start Jenkins to see what version jenkins.war is (defining a throwaway JENKINS_HOME), you can just open the war f

Re: Jenkins LTS v1.651.3 - OPEN issues.

2016-06-08 Thread Daniel Beck
> On 07.06.2016, at 22:39, Ashish Yadav wrote: > > Issue 32340 is related to issue 32580 which is still OPEN Read the comments. > Issue 34858 is related to issue 34753 which is still OPEN It's in a plugin. > Issue 34808 is related to issue 22722 which is currently IN PROGRESS It's from 2014

Re: java.lang.NoSuchMethodError: No such DSL method 'git' found

2016-06-09 Thread Daniel Beck
Restart Jenkins. There's a known issue with plugin load order. > On 09.06.2016, at 07:13, John McC wrote: > > I have: > > Git client plugin 1.19.6 > Git plugin 2.4.4 > Git server plugin 1.6 > Github API plugin 1.75 > [a few other github plugins] > > On Wednesday, June 8, 2016 at 7:19:51 PM UTC

Re: Antwort: Jenkins 2: where did "Restrict where this job can be run" go?

2016-06-09 Thread Daniel Beck
> On 09.06.2016, at 13:18, lars.meynb...@edict.de wrote: > > However, in my new freestyle job’s configuration, I can’t seem to find the > node/label restriction setter (). If you have no agents configured, this part of the configuration is hidden. -- You received this message because you are

Re: Jenkins 2.0 github organization folder not showing up

2016-06-10 Thread Daniel Beck
> On 10.06.2016, at 12:35, Tuomas-Matti Soikkeli wrote: > > I can't see the organization folder job type in new items view. Any hints? If this is right after plugin installation, try restarting. There was an issue a while back that the org folder doesn't show up right away, maybe it's back.

Re: structs plugin missing from https://updates.jenkins-ci.org/current/latest/ ?

2016-06-15 Thread Daniel Beck
> On 15.06.2016, at 13:31, Mark Waite wrote: > > The structs plugin (structs.hpi) seems to be missing from the current/latest > directory at https://updates.jenkins-ci.org/current/latest/ . > > It is still available in https://updates.jenkins-ci.org/1.651/latest/ > It is still available in ht

Re: Security bug

2016-06-16 Thread Daniel Beck
> On 16.06.2016, at 13:07, Edward Ned Harvey (jenkins) > wrote: > > Where should I report security bugs? Please report security issues in Jenkins or its public plugins in the SECURITY project in our issue tracker. References: https://jenkins.io/security/ https://wiki.jenkins-ci.org/display/J

Re: LTS release for 2.x

2016-06-16 Thread Daniel Beck
> On 16.06.2016, at 15:55, Dmitrijs Shahlovs > wrote: > > Do we have any estimates on LTS version for 2.x release? The first 2.x based LTS release will be 2.7.1, currently scheduled for release on July 6. For release schedule questions, the event calendar usually has the answer: https://jenk

Re: anonymous user can cancel job

2016-06-16 Thread Daniel Beck
> On 09.06.2016, at 20:40, Hector Magnanao wrote: > > I have disabled the permission for anonymous to be able to cancel a job. > But when I see the jobs as anonymous, I'm still able to cancel a running job. If anonymous is allowed to start a build, anonymous can also cancel builds, as Bui

Re: Change location of workflowLibs.git

2016-06-17 Thread Daniel Beck
Should be trivial to write a job that watches the 'actual' repository for changes, and pushes changes to Jenkins' internal one, no? > On 17.06.2016, at 13:16, Sverre Moe wrote: > > Is it possible to change the repository location for workflowLibs.git? > The current location is JENKINS_HOME/work

Re: structs plugin missing from https://updates.jenkins-ci.org/current/latest/ ?

2016-06-17 Thread Daniel Beck
Wednesday, June 15, 2016 at 6:17:58 AM UTC-6, Mark Waite wrote: > Thanks! > > On Wed, Jun 15, 2016 at 6:14 AM Daniel Beck wrote: > > > On 15.06.2016, at 13:31, Mark Waite wrote: > > > > The structs plugin (structs.hpi) seems to be missing from the > > current/la

Re: Jenkins 2.x with Github Organizational Folder and webhook Payload

2016-06-21 Thread Daniel Beck
> On 21.06.2016, at 03:31, Michael Chletsos wrote: > > I am running into an issue where I need to get the PR number for our build > process, but this is not exposed as I can see. Isn't that basically the JOB_NAME env var? -- You received this message because you are subscribed to the Google

Re: Find and Replace options in jenkins

2016-06-23 Thread Daniel Beck
Maybe the new https://wiki.jenkins-ci.org/display/JENKINS/File+Operations+Plugin supports this? Haven't used it. I think most people just use the batch/shell for this. > On 23.06.2016, at 13:11, Vadivel Natarajan wrote: > > Hi All, > > Can some one tell me if any Plug-in or step available in

Re: disabled project can be triggered remotely

2016-06-23 Thread Daniel Beck
What kind of project? And how exactly does it get triggered, a request to /subversion/notifyCommit? > On 23.06.2016, at 14:41, Sorin wrote: > > Is this the way it's expected to work? I disable the project in Jenkins GUI > but the remote SVN trigger has no problem starting a build when I checki

Re: disabled project can be triggered remotely

2016-06-23 Thread Daniel Beck
Please file a bug against core and assign it to me. Mention that ParameterizedJobMixIn#doBuildWithParameters does not check isBuildable(). https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue > On 23.06.2016, at 15:43, S C wrote: > > It's a freestyle project triggered remotely v

Re: Jenkins in docker including email credentials

2016-06-24 Thread Daniel Beck
https://wiki.jenkins-ci.org/display/JENKINS/Post-initialization+script may be an alternative to copying files around. It'll require some knowledge of Jenkins internals though. I don't know how far along https://github.com/jenkinsci/system-config-dsl-plugin is, but it may be an alternative to t

Re: Compressed Artifacts - Change File Name?

2016-06-26 Thread Daniel Beck
It's actually controlled through the URL you download, just specify a different file name there. > On 26.06.2016, at 15:43, AboveBeyond wrote: > > Hi there, > How Can i change the file name of my "Compress Artifact" file which is now > "archive.zip" to my build number or today date? > > Tha

Re: Jenkins ui not loading sometimes

2016-06-27 Thread Daniel Beck
Do this and provide the information: https://wiki.jenkins-ci.org/display/JENKINS/Obtaining+a+thread+dump > On 27.06.2016, at 16:19, Rumesh Bandara wrote: > > Hi All, > > We have a Jenkins setup with 1 master + 4 worker nodes and more than 250 > jobs, which would run up to a maximum of 10 execu

Re: AccuRev SCM Plugin crashes on Save or Apply

2016-06-28 Thread Daniel Beck
> On 28.06.2016, at 14:38, Jim Gorski wrote: > > I see in the changelog that work was done in this area recently. This issue is tracked as https://issues.jenkins-ci.org/browse/JENKINS-35906 > Does anyone have any suggestions on how to proceed? Downgrade to 2.8 or earlier. Or restore from back

Re: String parameter oddness, something I'm not seeing, or a bug?

2016-07-01 Thread Daniel Beck
> On 01.07.2016, at 13:35, Jonathan Hodgson wrote: > > I can't think of any reason why this should be happening other than a bug, > has anybody else got any input? This is a quirk in the variable resolution in Jenkins: Any variable references in parameter values are expanded. So the line tha

Re: Using the logstash Plugin

2016-07-01 Thread Daniel Beck
Tool installation configurations (which is how it's implemented in the Logstash plugin) moved to _Manage Jenkins » Global Tools Configuration_ in Jenkins 2. > On 01.07.2016, at 12:54, Ines Khandelwal wrote: > > I have installed the logstash plugin. However teh options to configure it are > not

Re: Dump current JENKINS_OPTS?

2016-07-01 Thread Daniel Beck
/systemInfo should contain it. > On 01.07.2016, at 17:03, James Green wrote: > > Can't immediately see a way of doing this. I've set a new `sessionTimeout` > and I'd like to confirm that Jenkins is honouring it. > > Without wishing to wait a lengthy period, is there a web console page to dump

Re: pipeline : extend "node" ?

2016-07-04 Thread Daniel Beck
This should get you started: https://github.com/jenkinsci/workflow-cps-global-lib-plugin#pipeline-global-library > On 04.07.2016, at 11:49, Jonathan Hodgson wrote: > > Hi, > > I'm still very new to groovy, so please forgive me if the answer to this > seems obvious. > > In my pipeline project,

Re: Ubuntu Stable repository contains v2.7

2016-07-07 Thread Daniel Beck
> On 07.07.2016, at 11:02, tom.lamb...@one-agency.be wrote: > > But the website is still stating v1.651 as the LTS version. Looks like Oliver forgot to update the changelog. I'm working on this right now, the site will be updated later today. > I should install an update to v2.12, which is def

Re: Ubuntu Stable repository contains v2.7

2016-07-07 Thread Daniel Beck
Draft for the changelog for 2.7.1 is here: https://github.com/jenkins-infra/jenkins.io/pull/305/files > On 07.07.2016, at 16:29, tom.lamb...@one-agency.be wrote: > > Thank you for the explanation. > > Br, > Tom > > On Thursday, 7 July 2016 16:06:14 UTC+2, Dani

Re: Getting the error while accessing the robot result from the Jenkins.

2016-07-08 Thread Daniel Beck
https://issues.jenkins-ci.org/browse/JENKINS-32118 https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy > On 07.07.2016, at 16:08, Nagaraj Hebbar wrote: > > Getting the error while accessing the robot result from the Jenkins. > > Opening Robot Framework report faile

Re: Problem with email notification

2017-11-30 Thread Daniel Beck
> On 30. Nov 2017, at 16:09, 'Ethan Larson' via Jenkins Users > wrote: > > But the email plugin is still trying to send to sysad...@ourcompanym.com. I'm > wondering where the hell it's getting that old address from. Is there some > cache or something I need to flush? Check the JENKINS_HOME/u

Re: Env Inject failure "Couldn't find the right download for WINDOWS and i386 combination"

2017-12-04 Thread Daniel Beck
> On 4. Dec 2017, at 17:53, Steve K wrote: > > We're not using a JDK tool in our builds. > > This has become a huge pain. I can see from your link that Oracle is > probably to blame, but I don't see where I can change Jenkins' mind about > what JDK to look for. > > Thanks again. There's li

Re: location of email-ext template file

2017-12-06 Thread Daniel Beck
> On 6. Dec 2017, at 19:42, Chris T wrote: > > So yes I do have config-file-provider plugin installed. Have you restarted Jenkins since you installed either of these plugins? Optional features may not be available otherwise. -- You received this message because you are subscribed to the Goog

Re: Jenkins overwriting config.xml on startup

2017-12-12 Thread Daniel Beck
> On 12. Dec 2017, at 23:13, Wendell Beckwith wrote: > > However, once I stop and restart jenkins then my changes are wiped out and > replaced with an empty element. Anything interesting in the jenkins.log during startup? -- You received this message because you are subscribed to the Google

Re: Artifacts Download as anonymous user

2017-12-14 Thread Daniel Beck
> On 14. Dec 2017, at 11:37, 'Christoph Rieß' via Jenkins Users > wrote: > > Then i configured (under /configureSecurity/) my ACL rules (see attached > screen). At least Overall/Read and Item/Read are also needed to access the job in question at all. This option enables another restriction,

Re: Tools update job on updates.jenkins.io seems to not be running (no updates since Dec 6th)

2017-12-15 Thread Daniel Beck
> On 15. Dec 2017, at 15:51, Greg Smith wrote: > > I'm not sure whom to contact about this problem, so ended up here. Infra mailing list or infra issue tracker would be the preferred methods for something like this. That said, this is another symptom of https://issues.jenkins-ci.org/browse/

Re: Build periodically not working in Jenkins v2.92

2017-12-19 Thread Daniel Beck
> On 19. Dec 2017, at 23:46, arunlakhanpal wrote: > > Please share views/advise on the same to help me fix this. Check the /threadDump URL for timer/trigger related threads being busy, as well as the Jenkins log for errors related to timers/triggers. -- You received this message because you

Re: Build periodically not working in Jenkins v2.92

2017-12-20 Thread Daniel Beck
> On 20. Dec 2017, at 02:14, arunlakhanpal wrote: > > Does this point to anything? Those don't look like anything is wrong. That's from the server that doesn't start jobs on schedule? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsu

Re: How to limit Jenkins API response to last n build IDs

2017-12-21 Thread Daniel Beck
> On 21. Dec 2017, at 19:05, Raghav wrote: > > Above API returns all the build IDs. Is there a way to limit results to get > last 5 build IDS? See the documentation at the /api/ URL, section 'Controlling the amount of data you fetch'. -- You received this message because you are subscribed

Re: Long delay sending emails

2018-01-01 Thread Daniel Beck
> On 2. Jan 2018, at 01:26, Daniel Becroft wrote: > > Are there any logs that I can look at specifically I think email-ext has a debug log option in the global preferences, but since it's a timing issue, https://wiki.jenkins-ci.org/display/JENKINS/Obtaining+a+thread+dump would probably be mo

Re: Pipeline options incorrectly documented?

2018-01-02 Thread Daniel Beck
> On 2. Jan 2018, at 13:08, James Green wrote: > > What gives? Quoting that same page, > Pipeline provides a number of these options, such as buildDiscarder, but they > may also be provided by plugins, such as timestamps. This one requires the Timestamper plugin, which is installed by defaul

Re: Published Jenkins core javadoc for older versions?

2018-01-10 Thread Daniel Beck
> On 10. Jan 2018, at 14:06, Petr Široký wrote: > > I noticed the javadoc.jenkins.io contains only the very latest Javadoc. I > could not find a published version of the older ones. Is there place where > the older (e.g. 2.93) javadocs are published? I would find this very useful > as I don't

Re: StackOverflowException in Declarative with when { expression {} }

2018-01-15 Thread Daniel Beck
> On 15. Jan 2018, at 23:05, ST wrote: > > Any input appreciated! > Not sure but maybe pipeline steps like 'sh' aren't supposed to be used in when expression blocks? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Linting Jenkinsfile

2018-01-16 Thread Daniel Beck
> On 16. Jan 2018, at 11:00, Mayur Nagekar wrote: > > Thank you for looking into it. I checked /configure as the first > step but didn't find much there :( > Is it that I need some plugin to be installed for it ? > Since Jenkins 2.51 the SSHD port configuration is part of the security config

Re: Nullpointer exception in Jenkins 2.46.3

2018-01-18 Thread Daniel Beck
> On 18. Jan 2018, at 10:14, 'Madhawa Gunasekara' via Jenkins Users > wrote: > > ERROR: Processing failed due to a bug in the code. Please report this to > jenkinsci-users@googlegroups.com This error mostly means you're on Maven Plugin 2.16 or older, superseded by 2.17 since July 2017. Pleas

Re: Blue Ocean not loading

2018-01-19 Thread Daniel Beck
> On 19. Jan 2018, at 20:42, John wrote: > > I am running on a locked down system with Firefox 10 It should come as no surprise that a six year old browser is no longer supported by a component entirely based on modern web technology. -- You received this message because you are subscribed t

<    2   3   4   5   6   7   8   9   10   11   >