1
0
Fork 0

test jenkins 1

master
Rostyslav Hnatyshyn 2 years ago
parent 2fee11ebe7
commit cc5e592053
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -2,9 +2,9 @@ pipeline {
agent any
stages {
stage('Do nothing') {
stage('Build') {
steps {
sh '/bin/true'
sh 'stack build'
}
}
}

Loading…
Cancel
Save