Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 9, 2022
1 parent 27a056c commit d70d3c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ pipeline {
script {
try {
echo "Starting tests..."
sh "bin/test.sh 2>&1 | tee debug ; test ${PIPESTATUS[0]} -eq 0"
// sh "bin/test.sh 2>&1 | tee debug ; test ${PIPESTATUS[0]} -eq 0"
sh tests/fulltest.sh
// ===> need bats, webisoget on jenkins node, also need to send/set correct image name
// echo "Skipping tests for now"
} catch (error) {
Expand Down

0 comments on commit d70d3c3

Please sign in to comment.