fix jenkins
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Peter Bastiani 2023-06-27 16:30:49 +02:00
parent d7efeb8d59
commit ff50650c28

View File

@ -2,6 +2,9 @@
pipeline { pipeline {
agent any; agent any;
options {
copyArtifactPermission projectNames: env.allProjectsArtifactPermission;
}
stages { stages {
stage('FarmmapsLibBuildAll') { stage('FarmmapsLibBuildAll') {
steps { steps {