print working dir before starting build

This commit is contained in:
2020-06-06 21:29:45 -04:00
parent d6ac34d2fe
commit 9110b003fe

View File

@@ -35,6 +35,7 @@ pipeline {
// customImage.push()
// }
// }
sh "pwd"
sh "xai build"
}
}