Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 996cd37

Browse files
authored
Update Jenkinsfile
1 parent d3a0ee8 commit 996cd37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
label = "${UUID.randomUUID().toString()}"
22
git_project = "tsdb-nuclio"
33
git_project_user = "v3io"
4+
git_project_upstream_user = "iguazio"
5+
git_deploy_user = "iguazio-prod-git-user"
46
git_deploy_user_token = "iguazio-prod-git-user-token"
57
git_deploy_user_private_key = "iguazio-prod-git-user-private-key"
68

79
podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker") {
810
node("${git_project}-${label}") {
9-
pipelinex = library(identifier: 'pipelinex@reduction', retriever: modernSCM(
11+
pipelinex = library(identifier: 'pipelinex@development', retriever: modernSCM(
1012
[$class : 'GitSCMSource',
1113
credentialsId: git_deploy_user_private_key,
1214
remote : "git@github.com:iguazio/pipelinex.git"])).com.iguazio.pipelinex
1315
common.notify_slack {
1416
withCredentials([
1517
string(credentialsId: git_deploy_user_token, variable: 'GIT_TOKEN')
1618
]) {
17-
github.init_project(git_project, git_project_user, GIT_TOKEN) {
19+
github.release(git_deploy_user, git_project, git_project_user, git_project_upstream_user, true, GIT_TOKEN) {
1820
stage('prepare sources') {
1921
container('jnlp') {
2022
dir("${github.BUILD_FOLDER}/src/github.com/v3io/${git_project}") {

0 commit comments

Comments
 (0)