8000 Update Jenkinsfile · WoodProgrammer/dockerJenkinsBlog@bcc9515 · GitHub
[go: up one dir, main page]

Skip to content

Commit bcc9515

Browse files
Update Jenkinsfile
1 parent c6e6879 commit bcc9515

File tree

1 file changed

+< 8000 !-- -->1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
node {
22

33
stage("Git Checkout"){
4-
currentBuild.displayName = "#${BUILD_NUMBER} - ${params.branch}"
5-
git credentialsId: '3af5981e-eb43-4b27-a774-e56d46eba935', url: 'https://github.com/WoodProgrammer/dockerJenkinsBlog'
4+
sh "printenv"
65
}
76
stage("Build"){
87
sh "echo HiBro!"

0 commit comments

Comments
 (0)
0