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.
8
Commits
1
Branch
0
Tags
632 KiB
Tag:
Branch:
Tree:
2fee11ebe7
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2fee11ebe7'
${ noResults }
rshyn-site
/
Jenkinsfile
12 lines
152 B
Raw
Normal View
History
Unescape
Escape
add jenkins
2 years ago
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}