Skip to content

Commit

Permalink
ci: Add initial Jenkinsfile (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyojeongchoi committed Sep 27, 2023
1 parent 97d019b commit 240d56f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ci/hyojeongchoi/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pipeline {
agent any

triggers {
githubPush()
}

stages {
stage('Push'){
steps {
echo 'Success to check push'
}
}
}


}

0 comments on commit 240d56f

Please sign in to comment.