Skip to content

Commit

Permalink
fix: clean up jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
janthijs committed Nov 14, 2023
1 parent d0ec070 commit 55f291e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,6 @@ pipeline {

stages {

// RELEASE NOTES

stage('Release notes') {
environment {
TEAMS_HOST = credentials('TEAMS_HOST')
WEBHOOK = credentials('WEBHOOK')
}
// when {
// branch 'production-release-v*';
// }
options {
timeout(time: 5, unit: 'MINUTES')
}
steps {


sh "./scripts/release-notifications/script.sh"
// sh "docker build -f ./Dockerfile.release " +
// "--build-arg WEBHOOK=${WEBHOOK} " +
// "--build-arg TEAMS_HOST=${TEAMS_HOST} " +
// "--build-arg COMMITS=$commits " +
// "--shm-size 1G " +
// "."
}
}



// RUN TESTS

stage('Unit tests') {
Expand Down

0 comments on commit 55f291e

Please sign in to comment.