Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06f9ffcfbd | |||
| dbb507a930 | |||
| f18e3d2d13 | |||
| 09e78c61c7 | |||
| 3425fbb66a |
2 changed files with 6 additions and 5 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
|
@ -1,11 +1,12 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
|
||||
// triggers {
|
||||
// pollSCM('')
|
||||
// }
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo "🔨 Building branch: staging"
|
||||
echo "🔨 Building branch: main"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# test.repo
|
||||
|
||||
|
||||
|
||||
v
|
||||
Loading…
Add table
Add a link
Reference in a new issue