1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Fleur Kelpin ca2c28619c chore: Add Jenkinsfile 2018-09-28 17:39:55 +02:00
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
stage('Retrieve build secrets') {
steps {
container('chart-testing') {
chart_test.sh --no-install --all
sh "chart_test.sh --no-install --all"
}
}
}