Skip to content

Commit

Permalink
DEVOPS-196 update PUBLISHED_BEFORE to minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
gkirok committed Dec 5, 2018
1 parent e109f6d commit f04c17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spec:
"""
) {
node("${git_project}-${label}") {
currentBuild.displayName = "${git_project}"
currentBuild.description = "Will not run with tags created before 4 hours and more."
// currentBuild.displayName = "${git_project}"
// currentBuild.description = "Will not run with tags created before 4 hours and more."

withCredentials([
usernamePassword(credentialsId: '4318b7db-a1af-4775-b871-5a35d3e75c21', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME'),
Expand Down

0 comments on commit f04c17c

Please sign in to comment.