change git
This commit is contained in:
parent
75de3d655a
commit
6c353f2051
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
git https://git.wmi.amu.edu.pl/s495719/ium_495719.git
|
git url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git"
|
||||||
sh './data_processing.sh'
|
sh './data_processing.sh'
|
||||||
archiveArtifacts artifacts: './*'
|
archiveArtifacts artifacts: './*'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user