We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bc497 commit 70a8e6eCopy full SHA for 70a8e6e
Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
5
agent { docker 'openjdk:8-jdk' }
6
steps {
7
//sh './gradlew cleanTest test --rerun-tasks'
8
- sh 'ls -l'
+ sh 'ls -la'
9
}
10
11
0 commit comments