Skip to content
Snippets Groups Projects
Commit 98b17bee authored by 준하 김's avatar 준하 김
Browse files

Merge branch 'junhakjh-main-patch-01781' into 'main'

Update Jenkinsfile

See merge request !8
parents 25c5e391 17ec7f17
No related branches found
No related tags found
1 merge request!8Update Jenkinsfile
pipeline {
agent any
stages {
stage('Prepare') {
agent any
steps {
checkout scm
}
post {
success {
echo 'prepare success'
}
always {
echo 'done prepare'
}
cleanup {
echo 'after all other post conditions'
}
}
}
pipeline {
agent any
stages {
stage('Prepare') {
agent any
steps {
checkout scm
}
post {
success {
echo 'prepare success'
}
always {
echo 'done prepare'
}
cleanup {
echo 'after all other post conditions'
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment