This website works better with JavaScript.
Explore
Help
Sign In
rostyhn
/
rshyn-site
Watch
1
Star
0
Fork
You've already forked rshyn-site
0
Code
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9
Commits
1
Branch
0
Tags
632 KiB
Tag:
Branch:
Tree:
cc5e592053
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cc5e592053'
${ noResults }
rshyn-site
/
Jenkinsfile
12 lines
149 B
Raw
Normal View
History
Unescape
Escape
add jenkins
2 years ago
pipeline {
agent any
stages {
test jenkins 1
2 years ago
stage('Build') {
add jenkins
2 years ago
steps {
test jenkins 1
2 years ago
sh 'stack build'
add jenkins
2 years ago
}
}
}
}