We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d827648 commit 02604dfCopy full SHA for 02604df
Jenkinsfile
@@ -26,9 +26,6 @@ pipeline {
26
stages {
27
stage('init') {
28
steps {
29
- // Copied file exists on CI server only
30
- sh 'cp /var/my-private-files/private.properties ./gradle.properties'
31
-
32
sh 'chmod +x gradlew'
33
34
// "|| true" for an OK exit code if no file is found
0 commit comments