[DO-1395] add_new_job (!56)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/56
Reviewed-by: Denis Patrakeev <denis.patrakeev@avroid.team>
Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.team>
Co-committed-by: Rustam Tagaev <rustam.tagaev@avroid.team>
This commit is contained in:
Rustam Tagaev
2024-12-11 19:11:18 +03:00
committed by Denis Patrakeev
parent 29e0bebe35
commit b62d3069f0
6 changed files with 178 additions and 9 deletions

View File

@@ -18,7 +18,6 @@ Nexus nexus = new Nexus(this, env.JENKINS_NEXUS_URL, env.JENKINS_NEXUS_CREDENTIA
String repoPath = 'Apps-Backend/avroid-service-lib.git'
String nexusRepoName = 'tavro-cloud-pypi-release'
String artifactUrl = "${env.JENKINS_NEXUS_URL}/repository/${nexusRepoName}"
String localArtifactDir = './dist'
Map gitVars = [:]