fixup-vars3
parent
e400d5dabd
commit
e87458db10
|
@ -50,7 +50,9 @@ def generateStages(stages) {
|
||||||
}
|
}
|
||||||
|
|
||||||
def stageRemountRO(rw_pattern) {
|
def stageRemountRO(rw_pattern) {
|
||||||
echo 'Remount R/O'
|
stage('Remount R/O') {
|
||||||
|
echo 'Remount R/O'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def postCleanup() {
|
def postCleanup() {
|
||||||
|
|
Loading…
Reference in New Issue