Jenkinsfile - v.6
This commit is contained in:
parent
ae25965242
commit
1436dd3999
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -18,6 +18,10 @@ pipeline {
|
|||||||
sh('./shell_script.sh wikiniews_results.tsv > result.txt')
|
sh('./shell_script.sh wikiniews_results.tsv > result.txt')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('archiveArtifacts') {
|
||||||
|
steps {
|
||||||
|
archiveArtifacts 'result.txt'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user