Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shai-almog authored Oct 4, 2019
1 parent 6a259af commit 9d0369f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,19 +226,21 @@ pipeline {
sh '/usr/local/share/build-cn1.sh'
}
}

stage('Deliver') {
steps {
sh '/usr/local/share/upload-jenkins-result.sh'
}
}
}

post {
always {
echo 'Running cleanup'
deleteDir()
}

}

options {
checkoutToSubdirectory('cn1')
}
Expand Down

0 comments on commit 9d0369f

Please sign in to comment.