This website works better with JavaScript.
Explore
Help
Sign In
Pariatech
/
clj-pong
Watch
2
Star
0
Fork
You've already forked clj-pong
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
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.
5
Commits
1
Branch
0
Tags
212 KiB
Tree:
517f6ca104
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '517f6ca104'
${ noResults }
clj-pong
/
Jenkinsfile
10 lines
121 B
Raw
Normal View
History
Unescape
Escape
first
2 years ago
pipeline {
agent any
stages {
fix
2 years ago
stage("Build") {
steps {
why u no work?!
2 years ago
sh 'echo "Hello!"'
ok I gotcha
2 years ago
}
first
2 years ago
}
}
}