This commit is contained in:
Jakub Zaręba 2023-04-04 20:11:59 +02:00
parent 9973cd6919
commit b93ca1b16d
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -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'

View File

@ -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'
} }
} }