diff --git a/Jenkinsfile b/Jenkinsfile index 8218bcb..3220d0f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,13 +50,6 @@ pipeline { steps { script { withCredentials([usernamePassword(credentialsId: 'gitlab-credentials', passwordVariable: 'PASS', usernameVariable: 'USER')]) { - sh 'git config --global user.email "jenkins@example.com"' - sh 'git config --global user.name "jenkins"' - - sh 'git status' - sh 'git branch' - sh 'git config --list' - sh "git remote set-url origin https://${USER}:${PASS}@gitlab.com/nanuchi/java-maven-app.git" sh 'git add .' sh 'git commit -m "ci: version bump"'