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 23ddc7b commit 08fc04aCopy full SHA for 08fc04a
Jenkinsfile
@@ -38,7 +38,7 @@ pipeline {
38
}
39
stage('buildandtest') {
40
steps {
41
- sh './gradlew ${GRADLE_ARGS} --refresh-dependencies --continue build' # test'
+ sh './gradlew ${GRADLE_ARGS} --refresh-dependencies --continue build' // test'
42
script {
43
env.MYVERSION = sh(returnStdout: true, script: './gradlew properties -q | grep "version:" | awk \'{print $2}\'').trim()
44
0 commit comments