Jump to content

Using Jenkins as Build platform


Warners

Recommended Posts

Hi All,

 

First off I am a noob to Plastic, so please be gentle.

 

We are currently using SVN and Jenkins to run our build cycles and I want to move them away from SVN and into Plastic. I am not worried about history so I just moved the relevant files from SVN and into Plastic. So far so go.

 

All the developers can see the new files.

 

Here is what I am trying to achieve;

 

Build 1 -> This compiles and creates some core DLL's -> These need placing in another repository called "Core DLL's"

 

This is the problem I have

In Jenkins I have installed the Plastic plugin and setup the required selector so that Build 1 is checked out to the Build Server.

 

Jenkins then fires off the build function so that the DLL's are built.

 

I then move the files from the Build 1 DLL location to Core DLL's

 

However I cannot work out the command/s to commit the Core DLL's from that Directory in the Core DLL Repository.

 

I hope someone here with more command line knowledge that me will be able to help.

 

Hopefully a pic that makes more sense.

 

Thanks for you time.

 

Many thanks

Jon

 

 

 

post-5154-0-39560600-1366718585_thumb.png

Link to comment
Share on other sites

Hi!

 

you can copy the dll's to a Plastic SCM workspace and then use the "cm ci --all" command.

 

This command will find all the changes items, all the deleted items and all the moved items. For the added items you have to find them and add them to Plastic SCM (cm fp | cm ci -)

 

That should be enough.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...