we
This commit is contained in:
parent
70fac44029
commit
5f38e3549c
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -23,5 +23,11 @@ pipeline {
|
|||||||
sh('./script.sh')
|
sh('./script.sh')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Save result'){
|
||||||
|
steps {
|
||||||
|
archiveArtifacts 'lines_number.txt'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user