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 f52e2ae commit ef76f9eCopy full SHA for ef76f9e
Jenkinsfile
@@ -13,7 +13,7 @@ pipeline {
13
stage('Run Unit Tests') {
14
steps {
15
// Run JUnit tests
16
- dir("C:/Users/Clarr/git/Simple-Java-Calculator/build.xml") {
+ dir("C:/Users/Clarr/git/Simple-Java-Calculator") {
17
sh "${env.ANT_HOME}/bin/ant test"
18
}
19
build.xml@tmp/durable-049ce1aa/script.sh
@@ -0,0 +1 @@
1
+C:/apache-ant-1.9.16/bin/ant test
0 commit comments