diff --git a/Jenkinsfile b/Jenkinsfile index 5b0a4e1..f6bccf1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,17 +1,5 @@ -String repoUrl = "https://git.wmi.amu.edu.pl/s478841/ium_478841.git" -pipeline { - agent any +// String repoUrl = "https://git.wmi.amu.edu.pl/s478841/ium_478841.git" - stages { - stage('gitlab') { - steps { - echo 'Notify GitLab' - updateGitlabCommitStatus name: 'build', state: 'pending' - updateGitlabCommitStatus name: 'build', state: 'success' - } - } - } - } // node { // stage('checkout: Check out from version control') { // echo "Cloning the repository from ${repoUrl}..."