upd j
This commit is contained in:
parent
3fef5dda76
commit
14b6b95631
@ -43,13 +43,11 @@ pipeline {
|
|||||||
sh "python3 script7.py | tee metrics.txt"
|
sh "python3 script7.py | tee metrics.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stage('Archive Output') {
|
||||||
stage('Archive Output') {
|
steps {
|
||||||
steps {
|
archiveArtifacts 'experiments/**/*.*'
|
||||||
archiveArtifacts 'experiments/**/*.*'
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user