Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Add mage to CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed May 31, 2022
1 parent 5c89fad commit 447f4d3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ pipeline {
stage('Check'){
steps {
withGithubNotify(context: "Check") {
dir("${BASE_DIR}"){
withGoEnv(){
sh(label: 'mage notice', script: 'mage notice')
sh(label: 'mage check', script: 'mage check')
withMageEnv(){
dir("${BASE_DIR}"){
withGoEnv(){
cmd(label: 'mage notice', script: 'mage notice')
cmd(label: 'mage check', script: 'mage check')
}
}
}
}
Expand Down

0 comments on commit 447f4d3

Please sign in to comment.