Why does my pipeline have 2 workspaces?

2019-08-21 Thread John Lussmyer
I've noticed that my single pipeline ends up with 2 separate workspaces each time it runs. What is the one ending in @script for? -- -- CasaDelGato Sensible Email package: https://sourceforge.net/projects/sensibleemail/ -- You received this message because you are subscribed to the Google Group

Can the Mercurial Plugin ignore a certain file when determining if a build should be done?

2014-04-01 Thread John Lussmyer
We have a file in SCM that contains the current build number. We'd like to setup Jenkins to update that file each time it builds - BUT if we have it commit/push the change, that will trigger a new build at the next polling interval. So, we'd like to have mercurial ignore that file during the poll

What should be used instead of the various Deprecated plugins?

2019-02-06 Thread John Lussmyer
I've noticed that our builds now have a list of Deprecated plugins: - [Deprecated] Publish Findbugs Analysis results - [Deprecated] Scan for Compiler warnings - [Deprecated] Publish combined static analysis results What are the replacements for those? -- You received this message beca

Why doesn't Jenkins Update Center show certain plugins?

2017-06-28 Thread John Lussmyer
I've found a plugin I'd like to use via Google Search. The "Text File Operations" plugin. When I go to the Jenkins Update Center page, and click on the "Available" tab, that plugin isn't listed. So, how do I add it? -- You received this message because you are subscribed to the Google Groups

Re: Why doesn't Jenkins Update Center show certain plugins?

2017-06-28 Thread John Lussmyer
Jenkins 1.616, and no, the plugin was not already installed. I finally figured out which link on the page could be used to download the plugin, and used the Advanced tab to manually install the plugin. -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

${CHANGES,showDependencies="true"} not working?

2017-06-28 Thread John Lussmyer
Im trying to use the text-file-operations plugin to create a file that has the changes for the current build. I've added the build step (Create/Update Text file) and set the content of the file to be: Build: ${BUILD_NUMBER} ${CHANGES,showDependencies="true"} - The file gets created, the ${BUILD

Re: ${CHANGES,showDependencies="true"} not working?

2017-06-28 Thread John Lussmyer
On Wednesday, June 28, 2017 at 1:22:26 PM UTC-7, slide wrote: > > BUILD_NUMBER is an environment variable, CHANGES is a token macro. Does > the text-file-operations plugin use the token macro plugin to replace > things? > Can't tell from the description if it uses the Token Macro Plugin or not.

Jenkins not indicating that there are updates for plugins

2017-06-30 Thread John Lussmyer
We are running Jenkins 1.616, and I've recently noticed that we no longer receive notifications that there are new versions of plugins. When I go to Manage Jenkins, Manage Plugins, the Updates tab is always empty. I've manually checked, and there are multiple plugins that have new versions avail

Extended Email publisher sending multiple copies

2017-09-29 Thread John Lussmyer
I think some of the help for the "Recipients" list needs to be clariefied. I hadn't realized that the general "Recipients" list was used in ADDITION to any recipients for specific trigger emails. -- CasaDelGato Sensible Email package: https://sourceforge.net/projects/sensibleemail/ -- You recei

Configure Project is ALWAYS crashing

2015-02-26 Thread John Lussmyer
This just started today, and I have no idea what is causing it. Whenever I click on Save from Configure Project, I get this exception: (and my changes aren't saved) javax.servlet.ServletException: java.lang.NullPointerException at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)

Re: Configure Project is ALWAYS crashing

2015-02-26 Thread John Lussmyer
ktrace). > > Vincent > > 2015-02-26 21:06 GMT+01:00 John Lussmyer >: > >> This just started today, and I have no idea what is causing it. >> Whenever I click on Save from Configure Project, I get this exception: >> (and my changes aren't saved) >>