fix
This commit is contained in:
parent
97e55e529c
commit
f8ce557273
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
||||
// Get some code from a GitHub repository
|
||||
git 'https://git.wmi.amu.edu.pl/s434788/ium_434788'
|
||||
stage('Run shell script') {
|
||||
./test.sh
|
||||
sh './test.sh'
|
||||
archiveArtifacts 'train.csv'
|
||||
}
|
||||
stage('Hello') {
|
||||
|
Loading…
Reference in New Issue
Block a user