Closed davsclaus closed 7 years ago
@gashcrumb so when we get this sorted you should be able to create new connectors from the fabric8 web console.
ah awesome that'll definitely be handy!
Ah there is the Deploy pipeline OOTB we can use.
Just need the create-connector wizard to default select that and omit the others so there is no choices for the end user.
@gashcrumb okay so you can build your own connectors and the search command should see the new ones, when it runs its index again (every 60th sec).
A few steps to ensure (until we improve fabric8-forge)
-connector
as prefix, eg awesome-connector
And the indexer should log if it finds any connectors in the fabric8-forge logs such as
Indexing Nexus http://nexus/service/local/data_index +++ start +++
Found connector: org.example:cake-connector:1.0.0-SNAPSHOT
Indexing Nexus http://nexus/service/local/data_index +++ end +++
And you can run the index yourself from the nexus url
http://192.168.64.20:31168/service/local/data_index?q=connector
eg run gofabric8 service nexus to get the ip:port and then that url above is what fabric8-forge command uses
Duplicate of #713
We need a plain Jenkinsfile for projects that are not docker/container/kubernetes based. For example Camel connectors for iPaaS.
When creating a Camel connector we can include the Jenkinsfile in that source code, so its not in those default chooseable pipelines you see in the fabric8 web console.
@rawlingsj wonder if you can help me or point me to a plain jenkinsfile for a plain maven project. All it need to do is to install the JAR to the local nexus repo.