Skip to content

Commit 08fc04a

Browse files
committed
Comment fix
1 parent 23ddc7b commit 08fc04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipeline {
3838
}
3939
stage('buildandtest') {
4040
steps {
41-
sh './gradlew ${GRADLE_ARGS} --refresh-dependencies --continue build' # test'
41+
sh './gradlew ${GRADLE_ARGS} --refresh-dependencies --continue build' // test'
4242
script {
4343
env.MYVERSION = sh(returnStdout: true, script: './gradlew properties -q | grep "version:" | awk \'{print $2}\'').trim()
4444
}

0 commit comments

Comments
 (0)