Skip to content

Commit 63a9a64

Browse files
Changes Fix Spring #5
1 parent b414c5e commit 63a9a64

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.scope/scope-agent.jar

-2 Bytes
Binary file not shown.

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pipeline {
88
sh 'ls -la'
99
sh 'ls -la .scope'
1010
sh 'pwd'
11-
sh './gradlew cleanTest test --rerun-tasks'
11+
sh './gradlew test --rerun-tasks'
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)