some more configuration


  • Build triggers 
  • Trigger builds remotely
  • give token_name (ex - abcd1234)
  • take the url update with jenkins url and token and run .
  • Can execute from anywhere and any machine

Multiple projects
for test2 add below steps
build triggers - Build after other project build - give project name ex :test1
Post Build Actions - Build other projects- ex:test3
executes test1 - test2 - test3 in sequence

Reacties