From 5bcce8411a8495de0a62d4f68fb22ec11b947b9d Mon Sep 17 00:00:00 2001 From: s478841 Date: Sat, 26 Mar 2022 15:45:11 +0100 Subject: [PATCH] test --- Jenkinsfile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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}..."