Running Kyua within Jenkins script
Alan Somers
asomers at freebsd.org
Wed May 1 15:03:43 UTC 2019
How is Jenkins running the script? If it's using "sh -e", which is
pretty common for CI systems, then it will exit immediately if any
command fails.
-Alan
On Wed, May 1, 2019 at 8:55 AM Susan Stanziano
<susan.stanziano at xinuos.com> wrote:
>
>
>
> Hi all,
>
>
>
>
> A question on running Kyua within a shell script on Jenkins.
>
>
>
>
> I’ve been automating test suites using Jenkins and added the
>
>
>
>
> “kyua test”
>
>
>
>
> command to a shell script (default is /bin/sh) in Jenkins followed by
>
>
>
>
> the “kyua report” command.
>
>
>
>
> For some reason, any commands after “kyua test” do not get executed.
>
>
>
>
> Separately, either command (test or report) runs correctly within my script on Jenkins.
>
>
>
>
> Is there something in “kyua test” that after a run it kills further processes or is there something within Jenkins
>
> that would prevent subsequent commands from being executed after “kyua test” completes?
>
>
>
>
> Or am I missing something simple here?
>
>
>
>
> Thanks for any suggestions,
>
>
>
>
> Susan
>
> susan.stanziano at xinuos.com
>
> _______________________________________________
> freebsd-testing at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-testing
> To unsubscribe, send any mail to "freebsd-testing-unsubscribe at freebsd.org"
More information about the freebsd-testing
mailing list