Compare commits

..

5 commits

Author SHA1 Message Date
06f9ffcfbd push test
All checks were successful
multibranch.test/pipeline/head This commit looks good
2025-10-13 15:52:34 -03:00
dbb507a930 test push
All checks were successful
multibranch.test/pipeline/head This commit looks good
2025-10-13 15:39:51 -03:00
f18e3d2d13 test push 2025-10-13 15:38:07 -03:00
09e78c61c7 test push 2025-10-13 15:14:39 -03:00
3425fbb66a test push 2025-10-13 15:08:49 -03:00
2 changed files with 6 additions and 5 deletions

7
Jenkinsfile vendored
View file

@ -1,11 +1,12 @@
pipeline {
agent any
// triggers {
// pollSCM('')
// }
stages {
stage('Build') {
steps {
echo "🔨 Building branch: staging"
echo "🔨 Building branch: main"
}
}
}

View file

@ -1,3 +1,3 @@
# test.repo
v