Skip to content

Commit

Permalink
make it accept target-salesforce-v3 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid committed Jan 28, 2024
1 parent 0215ee2 commit b55c815
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile
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')
}
}
}
}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
# CLI declaration
target-salesforce-v2 = 'target_salesforce_v3.target:TargetSalesforceV3.cli'
target-salesforce-v3 = 'target_salesforce_v3.target:TargetSalesforceV3.cli'

0 comments on commit b55c815

Please sign in to comment.