Skip to content

Commit c0bb97c

Browse files
authored
Merge pull request #242 from KU-rum/Hyeri1ee-patch-1
chore: jenkinsfile 디버깅 보이게 수정
2 parents f1ce118 + d689836 commit c0bb97c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ pipeline{
3333
}
3434
stage('Build') {
3535
steps {
36-
sh 'gradle build'
36+
sh './gradlew clean'
37+
sh './gradlew build --debug'
3738
}
3839
}
3940
stage('Deploy') {

0 commit comments

Comments
 (0)