Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Installing executables on the custom docker images

Hi Jonas,

You will need to define your own docker image (inside which you will install your dart sdk), push it to docker hub and use it in a pipeline as described here https://wiki.eclipse.org/Jenkins#How_do_I_run_my_build_in_a_custom_container.3F

Cheers

Mikaël Barbero 
Team Lead - Release Engineering | Eclipse Foundation
📱 (+33) 642 028 039 | 🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration

Le 9 août 2019 à 08:59, Jonas Hungershausen <jonas.hungershausen@xxxxxxxxxxx> a écrit :

Hi all,

for our project (Dartboard), I would like to automatically run the UI tests on our jenkins instance. As the plugin relies on the Dart SDK being installed and on path on the host os.
Note that the SDK [1] is rather tedious to install, as it is currently only available from an apt repository or as an archive directly (requiring manually adding it to the path).

How would I go about adding a different package into the containers used for the ui-tests?

Best
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cbi-dev

Attachment: signature.asc
Description: Message signed with OpenPGP


Back to the top