diff --git a/Jenkinsfile b/Jenkinsfile index 2e2caa8..57269aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,12 +63,12 @@ lazyConfig( name: 'dummy-and', env: [ - RELEASE: false, + RELEASE: true, JAVA_HOME: '/usr/java/latest', ANDROID_HOME: '/opt/android/sdk', GRADLE_USER_HOME: '/opt/android/gradle', ], - noIndex: '(.+_.+|acceptance|production)', // Avoid automatic indexing for release and private branches + noIndex: '(.+_.+|production)', // Avoid automatic indexing for release and private branches ) // Define lazyStages