changed Jenkinsfile
This commit is contained in:
parent
9dc2f55ed7
commit
7ce3c4441e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Clone repository') {
|
stage('Clone repository') {
|
||||||
steps {
|
steps {
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], userRemoteConfigs: [[url: 'https://github.com/your/repo.git']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s464906/ium_464906.git']]])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run shell script') {
|
stage('Run shell script') {
|
||||||
|
Loading…
Reference in New Issue
Block a user