test
This commit is contained in:
parent
0c0a469065
commit
5bcce8411a
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -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}..."
|
||||
|
Loading…
Reference in New Issue
Block a user