Update Jenkinsfile

This commit is contained in:
egelhaus 2025-04-09 21:28:35 +02:00 committed by GitHub
parent 632639bb40
commit b1b2f93ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -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.'
}
}
}