jenkinsfile
This commit is contained in:
parent
2cfdf2f264
commit
46b757b410
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -23,5 +23,10 @@ pipeline {
|
|||||||
sh './service.sh'
|
sh './service.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Archive artifacts') {
|
||||||
|
steps {
|
||||||
|
archiveArtifacts 'lines_count.txt'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user