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