[master] Pull request verify by Eclipse-CI Jenkis (#1195)

Jenkins pipelines - GitHub PR verification

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
diff --git a/etc/jenkins/pr_verify.groovy b/etc/jenkins/pr_verify.groovy
index 0260c0a..8d9197d 100644
--- a/etc/jenkins/pr_verify.groovy
+++ b/etc/jenkins/pr_verify.groovy
@@ -10,12 +10,6 @@
 //  SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
 //
 
-// Job input parameters (passed from Properties Content field from Jenkins job):
-//  GIT_REPOSITORY_URL          - Git repository location (URL)
-//  GIT_BRANCH                  - Git branch
-//  SSH_CREDENTIALS_ID          - SSH credentials is used to access Git repository at the GitHub
-
-
 pipeline {
     agent {
         kubernetes {
@@ -105,7 +99,6 @@
         stage('Init') {
             steps {
                 container('el-build') {
-                    git branch: '${GIT_BRANCH}', url: '${GIT_REPOSITORY_URL}'
                     sh """
                         /opt/bin/mysql-start.sh
                         mkdir ~/.eclipselinktests