This website requires JavaScript.
Explore
Help
Sign In
alvaro
/
pruebaCI
Watch
1
Star
0
Fork
You've already forked pruebaCI
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
69441d8e7a
pruebaCI
/
Jenkinsfile
10 lines
174 B
Plaintext
Raw
Normal View
History
Unescape
Escape
segundo jenkins
2023-12-19 17:13:55 -05:00
pipeline {
agent any
stages {
stage("Hello"){
steps {
Update Jenkinsfile
2023-12-20 16:34:05 -05:00
echo "Hello World from appi3 comprobando322"
segundo jenkins
2023-12-19 17:13:55 -05:00
}
}
}
}