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:47:00 +02:00
parent 7a02e1d8ad
commit f80225b7bf

View File

@ -17,12 +17,12 @@ pipeline {
stages {
stage('Preparing project') {
steps {
// stage('Preparing project') {
// steps {
// powershell "(gc gradle.properties) -replace 'org.gradle.caching=true', 'org.gradle.caching=false' | Out-File -encoding ASCII gradle.properties"
// powershell "(gc gradle.properties) -replace 'org.gradle.unsafe.configuration-cache=ON', 'org.gradle.unsafe.configuration-cache=OFF' | Out-File -encoding ASCII gradle.properties"
}
}
// }
// }
stage('Build') {
steps {