Changes to be committed:

modified:   Jenkinsfile
This commit is contained in:
vinnimous 2024-03-18 16:38:49 -04:00
parent d7673fe259
commit ab73e0e4c5

3
Jenkinsfile vendored
View File

@ -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 {