FarmMapsLib/Jenkinsfile.develop
Peter Bastiani fd71d1f38e
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
no message
2023-06-27 16:02:52 +02:00

12 lines
188 B
Plaintext

@Library('farmmaps-shared-library') _
pipeline {
agent any;
stages {
stage('FarmmapsLibBuildAll') {
steps {
stepFarmmapsLibBuildAll();
}
}
}
}