Update 'Jenkinsfile'

remove param section
This commit is contained in:
Roberto Cirillo 2022-09-20 15:28:43 +02:00
parent 2f0a749304
commit e86e95bc58
1 changed files with 0 additions and 8 deletions

8
Jenkinsfile vendored
View File

@ -15,14 +15,6 @@ pipeline {
GIT_URL= "${params.GIT_URL}"
GIT_BRANCH= "${params.GIT_BRANCH}"
}
parameters {
string(name: 'GIT_URL',
defaultValue: '',
description: 'git url')
string(name: 'GIT_BRANCH',
defaultValue: '',
description: 'git branch')
}
stages {
stage('Checkout git project') {
steps {