New Plugin hosting request: Splunk plugin for Jenkins

2016-09-27 Thread Ted Xiao
I would like to request hosting the Splunk plugin https://wiki.jenkins-ci.org/display/JENKINS/Splunk+plugin+for+Jenkins Git repo: https://github.com/splunk/splunkforjenkins Jira ticket: https://issues.jenkins-ci.org/browse/HOSTING-201 License: MIT Thanks, Ted -- You received this message

Re: getScm() on AbstractProject vs. Run

2016-11-08 Thread Ted Xiao
Any equivalent to Scm.buildEnvVars(AbstractBuild build, Map env), I wan to inspect scm info (GIT_COMMIT GIT_BRANCH GIT_URL) in RunListener On Thursday, October 27, 2016 at 7:18:44 AM UTC+8, Jesse Glick wrote: > > On Wed, Oct 26, 2016 at 6:54 PM, Stephen Connolly >

http://archives.jenkins-ci.org/ not updated with newer plugin version

2016-10-14 Thread Ted Xiao
I released new version for a plugin half hour ago and I can see it on UpdateCenter, but download failed hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/splunk-devops/1.1/splunk-devops.hpi (redirected to:

Re: http://archives.jenkins-ci.org/ not updated with newer plugin version

2016-10-14 Thread Ted Xiao
Never mind, it got updated after 1 hour On Friday, October 14, 2016 at 10:22:32 PM UTC+8, Ted Xiao wrote: > > I released new version for a plugin half hour ago and I can see it on > UpdateCenter, but download failed > > hudson.util.IOException2: Failed to download from > http

Re: Release Plugin-Errors

2016-10-19 Thread Ted Xiao
1 - javadoc: warning - No source files for package org.je nkinsci.plugins.WorksoftCertifyDashboardSummary java package name should be all lowercase On Tuesday, October 18, 2016 at 11:18:46 PM UTC+8, Jesse Glick wrote: > > On Fri, Aug 19, 2016 at 5:02 AM, Robert Sandell

Re: How to check plugin total downloads and per version

2016-11-22 Thread Ted Xiao
I think the graph is updated monthly, it will show up next month after first release. See more details on https://github.com/KostyaSha/infra-statistics http://stats.jenkins.io/plugin-installation-trend/ On Wednesday, November 23, 2016 at 2:41:22 PM UTC+8, JordanGS wrote: > > Is there any way

Re: Global ConsoleLogFilter support in WorkflowRun

2016-11-22 Thread Ted Xiao
Tue, Nov 22, 2016 at 4:29 PM, Ted Xiao <xia...@gmail.com > > wrote: > > through the PR > > > https://github.com/jenkinsci/workflow-job-plugin/pull/27/files#diff-5ac278e2951f186bb7e2f76208e6ed05R76 > > > , there is a comment // TODO JENKINS-30777 decorate with

Re: Global ConsoleLogFilter support in WorkflowRun

2016-11-22 Thread Ted Xiao
(new MyConsoleLogFilter()) { sh 'process' } On Tuesday, November 22, 2016 at 12:46:31 AM UTC+8, Jesse Glick wrote: > > On Mon, Nov 21, 2016 at 4:53 AM, Ted Xiao <xia...@gmail.com > > wrote: > > I think it is different to JENKINS-38381, the filter I wrote works like &g

Re: Global ConsoleLogFilter support in WorkflowRun

2016-11-20 Thread Ted Xiao
/main/java/com/splunk/splunkjenkins/TeeConsoleLogFilter.java On Saturday, November 19, 2016 at 1:31:08 AM UTC+8, Jesse Glick wrote: > > On Fri, Nov 18, 2016 at 5:48 PM, Ted Xiao <xia...@gmail.com > > wrote: > > I wrote a plugin tee the console log to a central locati

Re: New Jenkins Plugin - Slack File Uploader. (Problems in releasing)

2016-10-11 Thread Ted Xiao
You are using wrong server id in settings.xml, it should be maven.jenkins-ci.org, it is not the profile-> repositories->id To verify the server id, run *mvn help:effective-pom* and find *distributionManagement* section, I think it will show maven.jenkins-ci.org On Tuesday, October 11, 2016 at

Re: New Jenkins Plugin - Slack File Uploader. (Problems in releasing)

2016-10-11 Thread Ted Xiao
Please verify the password in settings.xml is same as the encrypted password on repo Make sure PW encryption is correct: - Login https://repo.jenkins-ci.org/webapp/#/login with jenkins-ci.org account - Go to https://repo.jenkins-ci.org/webapp/#/profile - Unlock "Current

Re: New plugin request for feedback: Execute a script every time a build gets deleted

2016-12-05 Thread Ted Xiao
I am afraid you need write a plugin to extend ItemListener, see also http://javadoc.jenkins.io/hudson/model/listeners/ItemListener.html#onDeleted(hudson.model.Item) or you can check the JENKINS_HOME/jobs/job_name/builds folder on Jenkins server periodically and compare what builds you have On

Re: is there any issue tracker for issues listed in https://jenkins.io/security/advisory/2017-04-10/

2017-04-17 Thread Ted Xiao
:19:53 AM UTC+8, Daniel Beck wrote: > > > > On 16.04.2017, at 16:01, Ted Xiao <xia...@gmail.com > > wrote: > > > > I am a plugin develop, and I am fixing the issue SECURITY-496 > SECURITY-479 , is there any issue tracker to update the status? > > I

is there any issue tracker for issues listed in https://jenkins.io/security/advisory/2017-04-10/

2017-04-16 Thread Ted Xiao
I am a plugin develop, and I am fixing the issue SECURITY-496 SECURITY-479 , is there any issue tracker to update the status? I tried https://issues.jenkins-ci.org/browse/SECURITY-496 but not work -- You received this message because you are subscribed to the Google Groups "Jenkins Developers"

plugin included xercesImpl.jar from jenkins-test-harness test dependancy

2017-04-16 Thread Ted Xiao
I am using the pom file https://github.com/jenkinsci/splunk-devops-plugin/blob/master/splunk-devops/pom.xml to build a plugin It is pretty weird, I had below dependency [INFO] +- org.jenkins-ci.main:jenkins-test-harness:jar:2.18:test [INFO] | +-

Re: Proper method of saving output from a plugin

2017-04-23 Thread Ted Xiao
you can also extend InvisibleAction and add it to the build Run.addAction Run.getAction On Thursday, April 20, 2017 at 2:04:03 PM UTC+8, Christian McHugh wrote: > > Greetings, > > The saltstack plugin sends a message to the saltapi, and returns the > response to the Jenkins console. With the

Account authentication is not working for issues.jenkins-ci.org

2017-07-05 Thread Ted Xiao
Dear Infra team, I can login with account fengxx on https://accounts.jenkins.io/, but can not access https://issues.jenkins-ci.org, I had access before, maybe the issue at Jira Infra side? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers"

Re: plugin included xercesImpl.jar from jenkins-test-harness test dependancy

2017-04-24 Thread Ted Xiao
10:49 AM, Ted Xiao <xia...@gmail.com > > wrote: > > xerces:xercesImpl:jar:2.11.0:compile was set as compile dependency and > was > > included in the final artifact (hpi file), it just happened recently. > > Not sure why offhand. Does not happen in a sample pl

Re: Subject: Pipeline Storage Performance Work Available For Beta - Want to kick the tires?

2018-01-08 Thread Ted Xiao
pi plugin beta-2 > version, this is now resolved. > > I'm curious to hear how it's performing for people that have tried it out. > > On Wednesday, December 27, 2017 at 4:07:44 AM UTC-5, Ted Xiao wrote: >> >> I changed it to PERFORMANCE_OPTIMIZED, but it changed

Re: Subject: Pipeline Storage Performance Work Available For Beta - Want to kick the tires?

2017-12-27 Thread Ted Xiao
I changed it to PERFORMANCE_OPTIMIZED, but it changed back to none after restart. xml is more org.jenkinsci.plugins.workflow.flow.GlobalDefaultFlowDurabilityLevel. xml PERFORMANCE_OPTIMIZED On Friday, December 22, 2017 at 9:51:14 AM UTC+8, Samuel Van Oort wrote: > > Subject: Pipeline

have trouble resetting password on https://accounts.jenkins.io/passwordReset

2019-11-27 Thread Ted Xiao
I tried to reset my password for user fengxx (used on https://issues.jenkins-ci.org/), but no email received. I double checked spam folder but no luck. there is no support contact info on https://accounts.jenkins.io/passwordReset, any Jenkins infra ops team member can help? -- You received

Re: Bundled plugins: how are they used in 2020

2020-01-02 Thread Ted Xiao
I use hpi:custom-war in CI/CD flow https://jenkinsci.github.io/maven-hpi-plugin/custom-war-mojo.html so I can control all the plugin dependencies in one place On Friday, January 3, 2020 at 6:46:44 AM UTC+8, Lee Meador wrote: > > I'm trying to figure out today's role for bundled plugins. Google