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"
|
// String repoUrl = "https://git.wmi.amu.edu.pl/s478841/ium_478841.git"
|
||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
|
|
||||||
stages {
|
|
||||||
stage('gitlab') {
|
|
||||||
steps {
|
|
||||||
echo 'Notify GitLab'
|
|
||||||
updateGitlabCommitStatus name: 'build', state: 'pending'
|
|
||||||
updateGitlabCommitStatus name: 'build', state: 'success'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// node {
|
// node {
|
||||||
// stage('checkout: Check out from version control') {
|
// stage('checkout: Check out from version control') {
|
||||||
// echo "Cloning the repository from ${repoUrl}..."
|
// echo "Cloning the repository from ${repoUrl}..."
|
||||||
|
Loading…
Reference in New Issue
Block a user