This commit is contained in:
Sheaza 2024-03-26 19:06:29 +01:00
parent 8be8cdf210
commit a7348fb19c

1
stats/Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
stage('Checkout repository') { stage('Checkout repository') {
steps { steps {
checkout scm checkout scm
}
} }
stage('Copy artifacts') { stage('Copy artifacts') {
steps { steps {