dfgh
This commit is contained in:
parent
9973cd6919
commit
b93ca1b16d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -85,7 +85,7 @@ pipeline {
|
||||
echo 'Program ended!'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stage('Archive Artifact') {
|
||||
steps {
|
||||
archiveArtifacts 'output.txt'
|
||||
|
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 's487187/ium:general'
|
||||
image 's487187/ium:1'
|
||||
args '-u root:root'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user