This commit is contained in:
Andreas 2019-09-27 15:01:26 +02:00
parent cef6a0a13e
commit c84ed00eb3

3
Jenkinsfile vendored
View File

@ -1,4 +1,5 @@
node {
//change
stage ('cleanup'){
sh '''
if [ -d "jenkins-testapache" ]; then
@ -113,7 +114,7 @@ node {
stage('deploy'){
echo 'this is where we would start deploying the '
sh '''
cp
echo l
'''
}
}