Modificato Jenkinsfile
Some checks failed
WMS - Android (New)/pipeline/head There was a failure building this commit

This commit is contained in:
Giuseppe Scorrano 2025-05-28 10:41:32 +02:00
parent b960b6319a
commit 7c4c5da1d6

View File

@ -1,5 +1,7 @@
pipeline {
agent 'master'
agent {
label 'master'
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))