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 597c473 commit e1f6175Copy full SHA for e1f6175
Jenkinsfile
@@ -4,6 +4,6 @@ stage('Build') {
4
sh 'echo hello world'
5
checkout scm
6
dir ('./build')
7
- sh 'ant'
+ sh 'ant -f ./build.xml'
8
}
9
0 commit comments