How to Go About Importing a Project in Jenkins X?
This lesson explains why we might want to import an existing project in Jenkins X. Moreover, it describes the capabilities of Jenkins X in this matter and gives an overview of the process to do so.
We'll cover the following...
We saw how we can fast-track the development and continuous delivery of new applications with Jenkins X quickstarts. However, it is likely that your company was not formed yesterday, which means that you already have some apps and hopefully you’d like to move them to Jenkins X.
An overview of the process
From a Jenkins X perspective, importing an existing project is relatively straightforward. All we have to do is execute jx import
, and Jenkins X will do its magic. It will create the files ...