Skip to content

DisyInformationssysteme/connectors-se

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connectors SE

Open source Talend Component Kit (TCK) connectors implementation.

How to build

Locally

This is a maven project, so you simply have to execute:

mvn clean install

within continuous integration

The Jenkins file

Here we will describe the structure of the Jenkinsfile:

  • First, it defines some credentials. Those credentials could be used in following stage. They are

  • Then, global variables are set:

    • slack channel that will be used in post section in slackChannel

    • The nexus deployment repository in PRODUCTION_DEPLOYMENT_REPOSITORY

  • There is a post section that send a successful/failure message in slack ${slackChannel}.

About

Open source Tacokit connectors implementation

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • Other 0.9%