We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37401d1 + 6bc94cc commit 449b0c6Copy full SHA for 449b0c6
1 file changed
Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
16
stage('Build') {
17
steps {
18
// Run Gradle build
19
- sh './gradlew clean build'
+ sh 'gradle clean build'
20
}
21
22
stage('Publish Artifacts') {
0 commit comments