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
|
||||
git 'https://git.wmi.amu.edu.pl/s434788/ium_434788'
|
||||
}
|
||||
}
|
||||
stage('Run shell script') {
|
||||
steps {
|
||||
sh './test.sh'
|
||||
archiveArtifacts 'train.csv'
|
||||
}
|
||||
}
|
||||
stage('Hello') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user