ActianCorp / actian_tableau_connector

Tableau connector (aka taco) for Actian Avalanche, Vector, and Ingres
https://extensiongallery.tableau.com/products/936
Apache License 2.0
1 stars 4 forks source link

Script to work with Jenkins in packaging and signing tacos #48

Closed hab6 closed 9 months ago

hab6 commented 9 months ago

Description

The script package_sign_tacos.sh is used with the instructions in the associated README as part of a Jenkins project that packages and signs Actian Tableau JDBC and ODBC connectors (tacos). The tacos are built from the latest code of the specified branch, using the master branch as the default.

Jenkins Project

Tableau_Connector

Location of Tacos

After the Jenkins build/script finishes, the JDBC and ODBC tacos are attached to the associated Jenkins build and can be downloaded for immediate use with Tableau tools.

Taco Versions and Timestamps

The versions and timestamps of the JDBC and ODBC tacos can be found in the Console Output for the associated build.

hab6 commented 9 months ago

Made these changes to the script package_sign_tacos.sh in the latest commit.

Updated the README, removing the set +e.

Future consideration