This website requires JavaScript.
Explore
Help
Sign in
matias.pou
/
test.repo.2
Watch
1
Star
0
Fork
You've already forked test.repo.2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a250b41074
test.repo.2
/
Jenkinsfile
12 lines
175 B
Text
Raw
Normal View
History
Unescape
Escape
test push
2025-10-14 17:03:33 -03:00
pipeline {
agent any
stages {
stage('Build') {
steps {
echo "🔨 Building branch: staging"
}
}
test
2025-10-14 17:06:17 -03:00
}
test push
2025-10-14 17:03:33 -03:00
}
Reference in a new issue
Copy permalink