Trigger a new build via Codeship API from Jenkins -


i have ci/cd setup jenkins server manage our internal ci/cd. have codeship performing our ci/cd our aws work.

i'm looking setup jobs on our jenkins server manage when new builds triggered on codeship.

the aim being, have our jira dashboard integrated jenkins in such way issue's status changes, specific jobs executed.

so i'm trying create job uses codeship's api trigger new build, appears can rerun old build? how trigger fresh build?

from docs enter link description here can retrieve information , restart previous builds.

you want run specific jobs, must associated specific commit on repository. can identify build specific commit , restart it.

builds triggered git repository (github or bitbucket), , codeship highly dependent on keep flow simple possible. don't need upload anywhere , command codeship run build on that. need specify repository , push something.

you create internal git server developers push , jenkins can push changes there repository connected codeship. way control indirectly gets tested , not.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -