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 2f4f46d commit 38bbe09Copy full SHA for 38bbe09
Jenkinsfile
@@ -3,6 +3,7 @@ node {
3
stage('Build') {
4
sh 'echo hello world'
5
checkout scm
6
- sh 'ant -f ./build/build.xml'
+ dir (./build)
7
+ sh 'ant'
8
}
9
0 commit comments