fix(ci): use linux.bundle() to add credentials
Otherwise none of these credentials are present: https://github.com/status-im/status-jenkins-lib/blob/master/vars/linux.groovy Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
337a81fc49
commit
8caa72c3b5
|
@ -100,7 +100,7 @@ pipeline {
|
||||||
GANACHE_NETWORK_RPC_URL = "http://localhost:${env.GANACHE_RPC_PORT}"
|
GANACHE_NETWORK_RPC_URL = "http://localhost:${env.GANACHE_RPC_PORT}"
|
||||||
}
|
}
|
||||||
steps { script {
|
steps { script {
|
||||||
sh 'make nim_status_client'
|
linux.bundle('nim_status_client')
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue