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 70a8e6e commit 5d9ba82Copy full SHA for 5d9ba82
Jenkinsfile
@@ -6,6 +6,7 @@ pipeline {
6
steps {
7
//sh './gradlew cleanTest test --rerun-tasks'
8
sh 'ls -la'
9
+ sh 'pwd'
10
}
11
12
0 commit comments