pipeline {
agent any
stages {
stage('Build') {
steps {
sh './jenkins/build.sh'
}
stage('Test') {
sh './jenkins/test.sh'