This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
arepo
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
A repositoory
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.
3
Commits
1
Branch
68 KiB
Tree:
9468166c08
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '9468166c08'
${ noResults }
arepo
/
Jenkinsfile
11 lines
147 B
Raw
Blame
History
pipeline {
agent any
stages {
stage('truestage') {
steps {
echo 'true'
}
}
}
}