Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 10, 2022
1 parent affdbff commit 959dd3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ pipeline {
script {
try {
echo "Starting tests..."
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
// sh "bin/test.sh 2>&1 | tee debug ; test ${PIPESTATUS[0]} -eq 0"
sh 'tests/fulltest.sh'
// echo "Skipping tests for now"
} catch (error) {
def error_details = readFile('./debug')
Expand Down

0 comments on commit 959dd3d

Please sign in to comment.