forked from singer-io/tap-xero
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds logging to response (#8) * Adds journal_lines stream (#9) * Adds journal_lines stream * Adds a validation on line_mdata * Adds config flag to enable journal_lines_stream * Move to Jenkins * Adds fk for JournalLines in order to match with Journal (#10) * Feature/journal lines as stream (#11) * Fix Xero requirements * Handle XeroUnauthorizedError properly * add ability to filter by start_date * Backoff for RemoteDisconnect and ConnectionError (#15) * Backoff on 504. --------- Co-authored-by: Vinicius Mesel <[email protected]> Co-authored-by: Hassan Syyid <[email protected]>
- Loading branch information
1 parent
90b5445
commit 260fcff
Showing
5 changed files
with
80 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
pipeline { | ||
agent {label 'linux'} | ||
stages { | ||
stage('Deploy connector') { | ||
steps { | ||
sh('cd /var/lib/jenkins/ && ./deploy-connector.sh') | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters