fix3
This commit is contained in:
parent
8f4d9b7d73
commit
740d4a59f1
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -15,9 +15,12 @@ pipeline {
|
|||||||
// Get some code from a GitHub repository
|
// Get some code from a GitHub repository
|
||||||
git 'https://git.wmi.amu.edu.pl/s434788/ium_434788'
|
git 'https://git.wmi.amu.edu.pl/s434788/ium_434788'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Run shell script') {
|
stage('Run shell script') {
|
||||||
|
steps {
|
||||||
sh './test.sh'
|
sh './test.sh'
|
||||||
archiveArtifacts 'train.csv'
|
archiveArtifacts 'train.csv'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('Hello') {
|
stage('Hello') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user