using custom tools in a Bluemix DevOps pipeline stage

0 votes

I am trying to use a custom build tool in my bluemix devops service pipeline. According to docs each stage runs in a fresh container. I just want to load my tool in the container to use it in my pipeline stage. How can I achieve this?

Jul 25, 2018 in DevOps Tools by Atul
• 10,240 points
533 views

1 answer to this question.

0 votes

When you create a new job, you can write a script to execute your commands.

As example:

#!/bin/bash
# your script here
sudo apt-get update
sudo apt-get install jq
jq --help

Use a script to install dependencies

I've been using such scripts for quite some time now. I used it to install nvm(https://github.com/creationix/nvm), so that I can use any node.js version. You'll have to reinstall tools you want to use in the jobs that require them.

answered Jul 25, 2018 by ajs3033
• 7,300 points

Related Questions In DevOps Tools

0 votes
2 answers
0 votes
1 answer

Timeout when running stage on Bluemix DevOps pipeline

Its not possible to change the timeout ...READ MORE

answered Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
495 views
+1 vote
2 answers

Trying to make a PHP code work in bluemix

example to @Nilesh's explanation: $html = '<html> ...READ MORE

answered Oct 25, 2018 in DevOps Tools by akaash
559 views
0 votes
1 answer

Can I use Bluemix devops services with a dedicated Bluemix?

DevOps services isn't currently working in dedicated. READ MORE

answered Jul 11, 2018 in DevOps Tools by Kalgi
• 2,680 points
524 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,516 views
+2 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Logs in phoenix web app deployed using edeliver

The newer versions of edilever and distillery ...READ MORE

answered Jun 19, 2018 in DevOps Tools by ajs3033
• 7,300 points
758 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP