Perforce plugin

2016-11-04 Thread gessner . tim
I see in the perforce plugin (P4 plugin) that the plugin can be used to perform changelist browsing. Is there a way to send the results in an email? Thanx Tim -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

Summary of changes build information

2016-11-04 Thread gessner . tim
If I view build information I see a "summary of changes", in my case the Perforce changelists and some detail. I would like to include that in the notification email. I am aware of P4_CHANGELIST variable, but that seems to only show the last changelist number or at least only the change list nu

Re: remote access api and curl

2016-09-14 Thread gessner . tim
More progress - I changed buildWithParameters to just build and it seems to work. No to replace strings with variables in the JSON string Tim On Wednesday, September 14, 2016 at 7:50:57 AM UTC-7, gessn...@gmail.com wrote: > > > > down votefavorite >

Re: remote access api and curl

2016-09-14 Thread gessner . tim
I have made progress - using --data-urlencode json="$Params" will trigger the build though the parameters I send over - P4USER and EMAIL_ADDR are blank in the environment variables. On Wednesday, September 14, 2016 at 7:50:57 AM UTC-7, gessn...@gmail.com wrote: > > > > down votefavorite >

remote access api and curl

2016-09-14 Thread gessner . tim
down votefavorite I am trying to write a bash script to start a build on Jenkins. It works but the problem I am having is with passing parameter values. I have: curl -X POST $Server -d token='MyToken' --da