Skip to content

Commit 7b84974

Browse files
author
Zhao Xiaojie
authored
Update Jenkinsfile
1 parent d7d2c0c commit 7b84974

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,16 @@ pipeline {
77
echo 'sdf'
88
}
99
}
10+
11+
stage('two'){
12+
when {
13+
allOf {
14+
branch 'master'
15+
}
16+
}
17+
steps{
18+
echo 'sf'
19+
}
20+
}
1021
}
1122
}

0 commit comments

Comments
 (0)