This commit is contained in:
jakubknczny 2021-04-11 13:51:20 +02:00
parent d0d3c53e8d
commit 0443c8a278
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pipeline {
steps {
sh '''
chmod +x script.sh
./script.sh >> stats.txt'''
./script.sh > stats.txt'''
}
}
stage('archive artifact') {

View File

@ -2,6 +2,7 @@ pipeline {
agent {
docker {
image 'kubakonieczny/ium:v1.0'
args '-t'
}
}
stages {