Update Jenkinsfile
This commit is contained in:
parent
632639bb40
commit
b1b2f93ac2
|
|
@ -26,6 +26,7 @@ pipeline {
|
|||
], defaultBranch: 'dev', maxCacheSize: 256000, skipSave: true)
|
||||
}
|
||||
steps {
|
||||
echo 'Start fetching Cache.'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -82,6 +83,7 @@ pipeline {
|
|||
], defaultBranch: 'dev', maxCacheSize: 256000, skipRestore: true)
|
||||
}
|
||||
steps {
|
||||
echo 'Start saving Cache.'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue