Zad 03.Jenkins - zapisanie zbioru danych
This commit is contained in:
parent
613b85705f
commit
66be0765a6
@ -31,7 +31,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's470623', url: 'https://git.wmi.amu.edu.pl/s470623/ium_470623.git]]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's470623', url: 'https://git.wmi.amu.edu.pl/s470623/ium_470623.git']]])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Shell script') {
|
stage('Shell script') {
|
||||||
|
Loading…
Reference in New Issue
Block a user