Compare commits
2 Commits
4cfab5c3cc
...
701b59dd35
Author | SHA1 | Date |
---|---|---|
|
701b59dd35 | |
|
fe27550a93 |
|
@ -0,0 +1,10 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("Hello"){
|
||||
steps {
|
||||
echo "Hello World from appi3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -16,5 +16,8 @@
|
|||
<div>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</div>
|
||||
<div class="prueba">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue