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>
|
<div>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</div>
|
</div>
|
||||||
|
<div class="prueba">
|
||||||
|
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue