diff --git a/Jenkinsfile b/Jenkinsfile index a37322e06..f30a5bd7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { DATE = sh (script: 'echo 20$(date +%y-%m-%d)', returnStdout: true).trim() PR="${env.BRANCH_NAME}" } - + agent any options { lock resource: 'myResource' @@ -13,7 +13,7 @@ pipeline { stage('Build') { steps { echo 'Building..' - //sh 'ssh wcmorris@c650f03p41-ug "/u/wcmorris/CI/build.sh"' + sh 'ssh wcmorris@c650f03p41-ug "/u/wcmorris/CI/build.sh"' //sh 'ssh root@c650mnp05-ug "/u/wcmorris/CI/install.sh"' } } diff --git a/csmtest/helloworld.sh b/csmtest/helloworld.sh new file mode 100644 index 000000000..518183a96 --- /dev/null +++ b/csmtest/helloworld.sh @@ -0,0 +1,2 @@ +#Hello World! +#Hello World!