>> -> >
This commit is contained in:
parent
d0d3c53e8d
commit
0443c8a278
@ -21,7 +21,7 @@ pipeline {
|
||||
steps {
|
||||
sh '''
|
||||
chmod +x script.sh
|
||||
./script.sh >> stats.txt'''
|
||||
./script.sh > stats.txt'''
|
||||
}
|
||||
}
|
||||
stage('archive artifact') {
|
||||
|
@ -2,6 +2,7 @@ pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'kubakonieczny/ium:v1.0'
|
||||
args '-t'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user