diff --git a/Jenkinsfile b/Jenkinsfile index 070112e..fe9e768 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Checkout') { steps { - git url: 'http://10.1.1.1:3000/Rhinemann/sys-prog-coursework-lab-4.git', credentialsId: 'access_for_jenkins' + git url: 'http://10.1.1.1:3000/Rhinemann/sys-prog-coursework-lab-4.git' } }