I'm getting started with Jenkins and am running into one issue...

I have my GitLab setup with a hook that kicks off my Jenkins job(s)...  

The problem is I several Jenkins jobs

   1. Deploy project
   2. Run unit tests on project
   3. Run integration tests

And my code / tests are in the same project/branch so what happens is these 
all get kicked off in seemingly random order via the hook.

I had also added a post build action to build the others if each is 
successful so it ends up running things twice :)

Ideally the hook would kick off my deployment, if that's successful then it 
would kick of my tests, etc. but I'm not sure of the correct way to wire 
that up.

Thanks,

Jim

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/482b1504-785b-49ed-a920-fa4f4a38c112%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to