Files
rshyn-site/Jenkinsfile
T
rostyhn cc5e592053
gitea/rshyn-site/pipeline/head This commit looks good
test jenkins 1
2022-09-30 17:51:27 -07:00

12 lines
149 B
Groovy

pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'stack build'
}
}
}
}