FarmMapsLib/Jenkinsfile.develop
Peter Bastiani bc8c9f8bf9
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
no message
2023-06-27 15:56:17 +02:00

12 lines
217 B
Plaintext

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