fixup-vars3

Dustin 2020-03-16 21:09:40 -05:00
parent e400d5dabd
commit e87458db10
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,9 @@ def generateStages(stages) {
}
def stageRemountRO(rw_pattern) {
echo 'Remount R/O'
stage('Remount R/O') {
echo 'Remount R/O'
}
}
def postCleanup() {