Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
a2955ad207
commit
f40e99277a
@ -61,7 +61,8 @@ pipeline {
|
|||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
echo ' ls -a'
|
echo ' ls -a'
|
||||||
sh 'ls -a'
|
sh 'ls -a'
|
||||||
sh 'python /ium_z434686/create-dataset.py'
|
sh 'python create-dataset.py'
|
||||||
|
archiveArtifacts 'file.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Goodbye!') {
|
stage('Goodbye!') {
|
||||||
@ -70,7 +71,7 @@ pipeline {
|
|||||||
//Zarchiwizuj wynik
|
//Zarchiwizuj wynik
|
||||||
//archiveArtifacts 'output.txt'
|
//archiveArtifacts 'output.txt'
|
||||||
archiveArtifacts 'dataset.csv'
|
archiveArtifacts 'dataset.csv'
|
||||||
archiveArtifacts 'file.txt'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user