Explorar o código

Обновить 'Jenkins/jenkins'

vmshay %!s(int64=5) %!d(string=hai) anos
pai
achega
4da1c316ae
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Jenkins/jenkins

+ 2 - 1
Jenkins/jenkins

@@ -1,3 +1,5 @@
+def file = 'Dockerfile'
+
 def sendMessage(message){
 	def encode = URLEncoder.encode(message,"UTF-8")
 	withCredentials([string(credentialsId: 'TGBot', variable: 'SECRET')]) {
@@ -12,7 +14,6 @@ def sendMessage(message){
 
 pipeline {
    agent any
-
    stages {
       stage('Hello') {
          steps {