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