This website requires JavaScript.
Explore
Help
Sign in
matias.pou
/
test.repo
Watch
1
Star
0
Fork
You've already forked test.repo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4ccd26bf6b
test.repo
/
Jenkinsfile
10 lines
167 B
Text
Raw
Normal View
History
Unescape
Escape
[Add] Jenkinsfile
2025-10-13 14:58:18 -03:00
pipeline {
agent any
stages {
stage('Build') {
steps {
[Update] Jenkisfile
2025-10-13 14:59:38 -03:00
echo "🔨 Building branch: staging"
[Add] Jenkinsfile
2025-10-13 14:58:18 -03:00
}
}
}
}
Reference in a new issue
Copy permalink