> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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,
>
> 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_
> 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
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
> 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
> 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
> 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:
> 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
> 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
> 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
> 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
> 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.
> 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
> 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
> 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
> 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
> 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
> 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
> 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
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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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"
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
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
> 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
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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
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
> 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
> 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.
> 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
> 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
> 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
> 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
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
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
> 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
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
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
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
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
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
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
> 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
> 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
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
/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
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,
> 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
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
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
> 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
> 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
> 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
> 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
> 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,
> 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/
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
601 - 700 of 1327 matches
Mail list logo