We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d011d18 commit 6bc94ccCopy full SHA for 6bc94cc
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