mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-16 16:32:20 +00:00
Changes to be committed:
modified: Jenkinsfile
This commit is contained in:
parent
d7673fe259
commit
ab73e0e4c5
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -2,6 +2,9 @@
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: "3", artifactNumToKeepStr: "3"))
|
||||
}
|
||||
stages {
|
||||
stage('Setup') { // Install any dependencies you need to perform testing
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user