Skip to content

Commit c22c590

Browse files
committed
gay
1 parent 11124c1 commit c22c590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JenkinsFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
pipeline {
22
agent any
3-
3+
44
tools {
55
jdk 'jdk_21'
66
}
77
//help me
88
options {
99
skipDefaultCheckout()
1010
}
11-
//hello
11+
//hello world
1212
stages {
1313
stage('Checkout repository') {
1414
steps {

0 commit comments

Comments
 (0)