count lines of file
This commit is contained in:
parent
703e8cdbc4
commit
ea31286068
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -19,6 +19,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
echo 'Sklonowanie repozytorium git'
|
echo 'Sklonowanie repozytorium git'
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s407323/s407323-mlworkshops']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s407323/s407323-mlworkshops']]])
|
||||||
|
echo 'Wywołanie skryptu shella'
|
||||||
|
sh './script.sh'
|
||||||
|
echo 'Zarchiwizowanie wyniku'
|
||||||
|
archiveArtifacts 'output.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user