0

Good morning,

I appreciate can help me

I currently have a jenkins job in which I set by user tasks to perform in the "Post build task", therefore all these configurations are executed after the user compiles the project.

But I need the same "job" I may have settings "Post build task" and also to make a configuration for a specific user to run a script or additional tasks without recompiling the project.

Thank you can help me with some idea

Exploring
  • 2,493
  • 11
  • 56
  • 97

1 Answers1

0

You can use Copy Artifact Plugin to obtain build result from upstream build. Then you can operate these artifacts without having to rebuild the whole project again. Also you can setup job triggers to automatically start downstream job after upstream job is finished successfully

ScayTrase
  • 1,810
  • 23
  • 36