This commit is contained in:
s478841 2022-03-26 15:45:11 +01:00
parent 0c0a469065
commit 5bcce8411a

14
Jenkinsfile vendored
View File

@ -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}..."