Re: Groovy and Token Macro support for Email-ext

2018-10-08 Thread Elisha Greenwald
Dude. You're the man! That would be awesome to get the tokens working in pipeline. Thanks! On Mon, Oct 8, 2018 at 1:57 PM Slide wrote: > The default templates have some information about getting info from > changesets and so forth, you could look at those: > > >

Re: Groovy and Token Macro support for Email-ext

2018-10-08 Thread Slide
The default templates have some information about getting info from changesets and so forth, you could look at those: https://github.com/jenkinsci/email-ext-plugin/blob/master/src/main/resources/hudson/plugins/emailext/templates/groovy-html.template#L88

Using @grab to fetch SNAPSHOT jar in groovy sometimes can't be recoganized correctly if updating the SNAPSHOT

2018-10-08 Thread pan
Hi, I got an issue when using @grab. We are developing a jar and pipeline script to do the CI. We modify some java code, deploy onto our internal Nexus server, use @grab in groovy to fetch it to call the function. During developing, we found when we modify some code, deploy a new SNAPSHOT

Re: Configure Linux and Windows slave node

2018-10-08 Thread Pavel Novák
Hi, there is a link with which describes step by step, how to add the agent , new node https://linuxacademy.com/blog/devops/adding-a-jenkins-agent-node/ It seems to be possible add it via pipeline as well

Re: How to get workspace folder content of EACH slave nodes?

2018-10-08 Thread 'Xiaocheng Wang' via Jenkins Users
Currently we have to SSH to each slave node and get the workspace folder content, but this is not acceptable due to internal security reasons. Is there a way to get it from Jenkins directly? Or from Java code? On Friday, September 28, 2018 at 5:41:46 PM UTC+8, Xiaocheng Wang wrote: > > Hello