feature/Feature-1 #4

Merged
jakub merged 39 commits from feature/Feature-1 into master 2021-10-20 15:40:59 +00:00
Showing only changes of commit ae0675db7b - Show all commits

9
Jenkinsfile vendored
View File

@@ -44,8 +44,7 @@ pipeline {
def json = """
{"username": "${PORTAINER_CREDENTIALS_USR}", "password": "${PORTAINER_CREDENTIALS_PSW}"}
"""
def jwtResponse = httpRequest
acceptType: 'APPLICATION_JSON',
def jwtResponse = httpRequest acceptType: 'APPLICATION_JSON',
contentType: 'APPLICATION_JSON',
validResponseCodes: '200',
httpMode: 'POST',
@@ -61,8 +60,7 @@ pipeline {
def json = """
"""
def response = httpRequest
acceptType: 'APPLICATION_JSON',
def response = httpRequest acceptType: 'APPLICATION_JSON',
contentType: 'APPLICATION_JSON',
validResponseCodes: '204',
httpMode: 'POST',
@@ -78,8 +76,7 @@ pipeline {
def json = """
"""
def response = httpRequest
acceptType: 'APPLICATION_JSON',
def response = httpRequest acceptType: 'APPLICATION_JSON',
contentType: 'APPLICATION_JSON',
validResponseCodes: '204',
httpMode: 'POST',