update jenkinsfile2
This commit is contained in:
parent
b3735806d0
commit
9ebf31e349
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'czajson99/ium:v7'
|
||||
image 'ubuntu:latest'
|
||||
}
|
||||
}
|
||||
parameters{
|
||||
@ -14,7 +14,9 @@ pipeline {
|
||||
stages {
|
||||
stage("Script") {
|
||||
steps {
|
||||
sh 'ls -al'
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444356-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
sh " ./stats.sh"
|
||||
archiveArtifacts 'lines.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user