Skip to content

Commit

Permalink
fixup! Jenkinsfils
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Aug 19, 2021
1 parent 362f326 commit 2066355
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,8 @@ pipeline {
dir('webapp/sources/rudder/rudder-web/src/main/elm') {
sh script: './build-app.sh', label: 'build elm apps'
}
}
post {
always {
script {
new SlackNotifier().notifyResult("elm-team")
}
}
}
}
stage('elm-test') {
agent { label 'scala' }
steps {
dir('webapp/sources/rudder/rudder-web/src/main/elm/editor') {
sh script: 'elm-test', label: 'run technique editor tests'
sh script: 'elm-test --compiler elm-0.19.1', label: 'run technique editor tests'
}
}
post {
Expand Down

0 comments on commit 2066355

Please sign in to comment.