From 708775f2130e3ae94e19099ff858a3f8d0f1418a Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Wed, 5 Oct 2022 14:06:07 -0400 Subject: [PATCH] doing it --- Jenkinsfile | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 961a827..7abc44d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,23 +1,5 @@ pipeline { - agent { label 'pipes-docker-agent' } - parameters { - string(name: 'GIT_URL', defaultValue: '', description: 'Url of helm chart git repo') - string(name: 'BRANCH_NAME', defaultValue: '', description: 'Branch name from helm repo') - string(name: 'TAG_NAME', defaultValue: '', description: 'Latest tag') - string(name: 'REPO_PATH', defaultValue: '', description: 'Path in acr') - } environment { - // URL of helm repo - GIT_URL = "${params.GIT_URL}" - BRANCH_NAME= "${params.BRANCH_NAME}" - - GITHUB = credentials('github_credential') - GITHUB_USERNAME = "${env.GITHUB_USR}" - GITHUB_PASSWORD = "${env.GITHUB_PSW}" - - - - EMAIL = "nathan_wagner@gap.com" } stages { stage('GitCheckOut') {